From aa7cb6984d9ae2ce7395382faee82be6a5d26434 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:12:51 +0800 Subject: [PATCH] feat(container)!: Update image docker.io/prodrigestivill/postgres-backup-local to v16 (#79) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/core/db/pg/clusters/default/dump-local.yaml | 2 +- kube/deploy/core/db/pg/clusters/enc/dump-local.yaml | 2 +- kube/deploy/core/db/pg/clusters/template/dump-local.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"