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>
This commit is contained in:
tinfoild[bot]
2023-11-28 14:12:51 +08:00
committed by GitHub
parent e17e191231
commit aa7cb6984d
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"