Skip to content

Commit e0d258c

Browse files
authored
Update postgresql.yaml
1 parent 2782251 commit e0d258c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/yamls/postgresql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
fsGroup: 1001
121121
initContainers:
122122
- name: init-chmod-data
123-
image: "quay.io/bitnami/minideb:latest"
123+
image: "quay.io/devtron/minideb:latest"
124124
imagePullPolicy: "IfNotPresent"
125125
command:
126126
- /bin/sh
@@ -147,7 +147,7 @@ spec:
147147

148148
containers:
149149
- name: postgresql-postgresql
150-
image: quay.io/bitnami/postgresql:11.3.0-debian-9-r28
150+
image: "quay.io/devtron/postgres:11.3.0-debian-9-r28"
151151
imagePullPolicy: "IfNotPresent"
152152
securityContext:
153153
runAsUser: 1001

0 commit comments

Comments
 (0)