upgrade mysql to 9.2.0 [ci skip]
This commit is contained in:
parent
3b1bdcfa8e
commit
456268e324
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ resource "kubernetes_deployment" "mysql" {
|
|||
}
|
||||
spec {
|
||||
container {
|
||||
image = "mysql:9.1.0"
|
||||
image = "mysql:9.2.0"
|
||||
name = "mysql"
|
||||
env {
|
||||
name = "MYSQL_ROOT_PASSWORD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue