Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent c5ebf04 commit 0c1325e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mysql:
rootPassword: ""
image:
repository: mysql
tag: 8.4.0
tag: 9.0.1
pullPolicy: IfNotPresent
pullSecret: {}
resources:
Expand Down
2 changes: 1 addition & 1 deletion images/runtime-env/docker-compose.tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
volumes:
- ./truststore.jks:/tmp/truststore.jks:ro
db:
image: mysql:8.4.0
image: mysql:9.0.1
environment:
MYSQL_DATABASE: author
MYSQL_USER: author
Expand Down
2 changes: 1 addition & 1 deletion images/runtime-env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
]
}
db:
image: mysql:8.4.0
image: mysql:9.0.1
environment:
MYSQL_DATABASE: author
MYSQL_USER: author
Expand Down

0 comments on commit 0c1325e

Please sign in to comment.