Skip to content

Commit e49ae0c

Browse files
chore(deps): update mysql docker tag to v8.4.4
1 parent 1316143 commit e49ae0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ mysql:
6767
rootPassword: ""
6868
image:
6969
repository: mysql
70-
tag: 8.4.0
70+
tag: 8.4.4
7171
pullPolicy: IfNotPresent
7272
pullSecret: {}
7373
resources:

images/runtime-env/docker-compose.tls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
volumes:
2727
- ./truststore.jks:/tmp/truststore.jks:ro
2828
db:
29-
image: mysql:8.4.0
29+
image: mysql:8.4.4
3030
environment:
3131
MYSQL_DATABASE: author
3232
MYSQL_USER: author

images/runtime-env/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
]
2121
}
2222
db:
23-
image: mysql:8.4.0
23+
image: mysql:8.4.4
2424
environment:
2525
MYSQL_DATABASE: author
2626
MYSQL_USER: author

0 commit comments

Comments
 (0)