We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c18bec commit dbd2a5bCopy full SHA for dbd2a5b
deployments/terraform/database.tf
@@ -61,7 +61,7 @@ resource "kubernetes_stateful_set_v1" "postgres_statefulset" {
61
}
62
spec {
63
container {
64
- image = "postgres:18@sha256:5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2"
+ image = "postgres:18@sha256:b6b4d0b75c699a2c94dfc5a94fe09f38630f3b67ab0e1653ede1b7ac8e13c197"
65
name = "postgres"
66
67
args = [
0 commit comments