diff --git a/content/bn/examples/application/mysql/mysql-deployment.yaml b/content/bn/examples/application/mysql/mysql-deployment.yaml index 419fbe03d3ff0..4630b4d84abe9 100644 --- a/content/bn/examples/application/mysql/mysql-deployment.yaml +++ b/content/bn/examples/application/mysql/mysql-deployment.yaml @@ -25,7 +25,7 @@ spec: app: mysql spec: containers: - - image: mysql:5.6 + - image: mysql:9 name: mysql env: # Use secret in real usage