diff --git a/kube/deploy/core/db/pg/clusters/default/dump-local.yaml b/kube/deploy/core/db/pg/clusters/default/dump-local.yaml index bcef7410..d3843da3 100644 --- a/kube/deploy/core/db/pg/clusters/default/dump-local.yaml +++ b/kube/deploy/core/db/pg/clusters/default/dump-local.yaml @@ -35,7 +35,7 @@ spec: path: "${PATH_NAS_BACKUPS_K8S}/pg/default" containers: - name: postgres-backup - image: docker.io/prodrigestivill/postgres-backup-local:15@sha256:b3905c58ab8c1fb7596e2f90f059c65d61c2a813232e6eca4a3f5ce019bfbd61 + image: docker.io/prodrigestivill/postgres-backup-local:16@sha256:085926531fbabe298792a83384d07d6146683732e53e51891ac75eaa71e09d08 imagePullPolicy: IfNotPresent command: - "/backup.sh" diff --git a/kube/deploy/core/db/pg/clusters/enc/dump-local.yaml b/kube/deploy/core/db/pg/clusters/enc/dump-local.yaml index d6849115..bf510c1b 100644 --- a/kube/deploy/core/db/pg/clusters/enc/dump-local.yaml +++ b/kube/deploy/core/db/pg/clusters/enc/dump-local.yaml @@ -35,7 +35,7 @@ spec: path: "${PATH_NAS_BACKUPS_K8S}/pg/enc" containers: - name: postgres-backup - image: docker.io/prodrigestivill/postgres-backup-local:15@sha256:b3905c58ab8c1fb7596e2f90f059c65d61c2a813232e6eca4a3f5ce019bfbd61 + image: docker.io/prodrigestivill/postgres-backup-local:16@sha256:085926531fbabe298792a83384d07d6146683732e53e51891ac75eaa71e09d08 imagePullPolicy: IfNotPresent command: - "/backup.sh" 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 7f0c3b97..d6207192 100644 --- a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml +++ b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml @@ -35,7 +35,7 @@ spec: path: "${PATH_NAS_BACKUPS_K8S}/pg/${PG_APP_NAME}" containers: - name: postgres-backup - image: docker.io/prodrigestivill/postgres-backup-local:15@sha256:b3905c58ab8c1fb7596e2f90f059c65d61c2a813232e6eca4a3f5ce019bfbd61 + image: docker.io/prodrigestivill/postgres-backup-local:16@sha256:085926531fbabe298792a83384d07d6146683732e53e51891ac75eaa71e09d08 imagePullPolicy: IfNotPresent command: - "/backup.sh"