pin postgres to 16.4 [ci skip]
This commit is contained in:
parent
c65af083e0
commit
e03774e776
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ resource "kubernetes_deployment" "postgres" {
|
|||
}
|
||||
spec {
|
||||
container {
|
||||
image = "postgres"
|
||||
image = "postgres:16.4-bullseye"
|
||||
name = "postgresql"
|
||||
env {
|
||||
name = "POSTGRES_PASSWORD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue