Skip to content

Commit 2489397

Browse files
authored
Merge pull request #51025 from serut/main-ru
[RU] Sync run-single-instance-stateful-application.md Upgrade mysql image
2 parents 8d30160 + 52dfab8 commit 2489397

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)