Skip to content

Commit 52dfab8

Browse files
serutLéo MIEULET
authored andcommitted
[ru] Upgrade mysql image version used by Single-Instance Stateful tutorial
1 parent 533e195 commit 52dfab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/ru/examples/application/mysql/mysql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
app: mysql
2626
spec:
2727
containers:
28-
- image: mysql:5.6
28+
- image: mysql:9
2929
name: mysql
3030
env:
3131
# Use secret in real usage

content/ru/examples/application/wordpress/mysql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
tier: mysql
4646
spec:
4747
containers:
48-
- image: mysql:5.6
48+
- image: mysql:9
4949
name: mysql
5050
env:
5151
- name: MYSQL_ROOT_PASSWORD

0 commit comments

Comments
 (0)