Skip to content

Commit 4cc38dd

Browse files
Postgres image update to new Bitnami repository (kptdev#322)
* update Postgres image used in local/development DB cache deployment - previous image from https://hub.docker.com/r/bitnami/postgresql was removed in bitnami catalog restructuring * change image to latest tag * switch image to latest archived bitnamilegacy one
1 parent 2c18a22 commit 4cc38dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployments/local/postgres/postgres-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
hostIPC: false
6767
containers:
6868
- name: postgresql
69-
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r4
69+
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r4
7070
imagePullPolicy: "IfNotPresent"
7171
securityContext:
7272
runAsUser: 1001

0 commit comments

Comments
 (0)