Skip to content

Commit

Permalink
Merge pull request ChristianLempa#453 from ChristianLempa/renovate/my…
Browse files Browse the repository at this point in the history
…sql-5.x

chore(deps): update mysql docker tag to v5.7
  • Loading branch information
ChristianLempa authored Oct 12, 2024
2 parents 8d7faec + 92e2707 commit 7c7419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/templates/cm-and-secrets/mysql-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
app: mysql
spec:
containers:
- image: mysql:5.6
- image: mysql:5.7
name: mysql
env:
- name: MYSQL_ROOT_PASSWORD
Expand Down

0 comments on commit 7c7419b

Please sign in to comment.