Skip to content

Commit

Permalink
Try bitnami image for mysql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Jun 18, 2024
1 parent a1daad1 commit fb88c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/db-operator/scripts/mysql/test_write.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ do
mysql -h ${MYSQL_HOST} -u ${MYSQL_USERNAME} -p${MYSQL_PASSWORD} ${MYSQL_DB} \
-e "CREATE TABLE IF NOT EXISTS test (no INT NOT NULL AUTO_INCREMENT PRIMARY KEY, data VARCHAR(100)); INSERT INTO test (data) VALUES('${TESTDATA}');"\
&& break
done
done
4 changes: 2 additions & 2 deletions charts/db-operator/templates/test/mysql-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ metadata:
spec:
containers:
- name: mysql-writer
image: imega/mysql-client
image: bitnami/mysql
command:
- sh
- -c
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
cpu: 100m
memory: 128Mi
- name: mysql-reader
image: imega/mysql-client
image: bitnami/mysql
command:
- sh
- -c
Expand Down

0 comments on commit fb88c15

Please sign in to comment.