Skip to content

Commit

Permalink
fix mysql version in docker image (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
munagekar committed Aug 2, 2021
1 parent ddf064a commit 1b71a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/v1beta1/components/mysql/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: katib-mysql
image: mysql:8
image: mysql:8.0.26
args:
- --datadir
- /var/lib/mysql/datadir
Expand Down

0 comments on commit 1b71a7c

Please sign in to comment.