diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index b7fe241..08917ae 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -35,7 +35,7 @@ spec: spec: initContainers: - name: wait-for-postgres - image: postgres:17.5 + image: postgres:17.11 command: - /bin/sh - -c diff --git a/apps/pangolin/postgres.yaml b/apps/pangolin/postgres.yaml index 19432b9..f92e818 100644 --- a/apps/pangolin/postgres.yaml +++ b/apps/pangolin/postgres.yaml @@ -57,7 +57,7 @@ spec: fsGroup: 999 containers: - name: postgres - image: postgres:17.5 + image: postgres:17.11 imagePullPolicy: IfNotPresent ports: - containerPort: 5432