pin postgres to 16.4 [ci skip]

This commit is contained in:
Viktor Barzin 2024-10-20 12:26:17 +00:00
parent c65af083e0
commit e03774e776

View file

@ -719,7 +719,7 @@ resource "kubernetes_deployment" "postgres" {
}
spec {
container {
image = "postgres"
image = "postgres:16.4-bullseye"
name = "postgresql"
env {
name = "POSTGRES_PASSWORD"