We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d6c7e commit dc84cd1Copy full SHA for dc84cd1
1 file changed
kube/deploy/core/db/pg/clusters/template/dump-local.yaml
@@ -33,7 +33,7 @@ spec:
33
claimName: "pg-${PG_APP_NAME}-${PG_DB_NAME}-dump-local"
34
containers:
35
- name: "postgres-backup"
36
- image: "docker.io/prodrigestivill/postgres-backup-local:16@sha256:a0103fbce0c48ccc7693ddbb2a2bfa733048db845354f635efef9e4566de185d"
+ image: "docker.io/prodrigestivill/postgres-backup-local:18@sha256:f70742ebe42b2277689b028d1fd15aa80f77cffa01da163cc9f85a6ff1866e7f"
37
imagePullPolicy: "IfNotPresent"
38
command: ["/backup.sh"]
39
volumeMounts:
0 commit comments