diff --git a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml index 554748fa3d..92d08a37be 100644 --- a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml +++ b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml @@ -33,7 +33,7 @@ spec: claimName: "pg-${PG_APP_NAME}-${PG_DB_NAME}-dump-local" containers: - name: "postgres-backup" - image: "docker.io/prodrigestivill/postgres-backup-local:16@sha256:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544" + image: "docker.io/prodrigestivill/postgres-backup-local:17@sha256:8d74e85ac86825950bd9fa0f84ea8f5db55ba94c3dd238e9045e2d9a922bcfcc" imagePullPolicy: "IfNotPresent" command: ["/backup.sh"] volumeMounts: