trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

feat(container)!: Update docker.io/prodrigestivill/postgres-backup-local ( 16 → 17 ) #237

Closed monosense-arc[bot] closed 22 hours ago

monosense-arc[bot] commented 22 hours ago

This PR contains the following updates:

Package Update Change
docker.io/prodrigestivill/postgres-backup-local major 16 -> 17

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

monosense-arc[bot] commented 22 hours ago
--- kubernetes/main/apps/database/crunchy-pgo/backup Kustomization: flux-system/crunchy-backup HelmRelease: database/crunchy-backup

+++ kubernetes/main/apps/database/crunchy-pgo/backup Kustomization: flux-system/crunchy-backup HelmRelease: database/crunchy-backup

@@ -46,13 +46,13 @@

               TZ: Asia/Jakarta
             envFrom:
             - secretRef:
                 name: crunchy-backup-secret
             image:
               repository: docker.io/prodrigestivill/postgres-backup-local
-              tag: 16@sha256:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544
+              tag: 17@sha256:8d74e85ac86825950bd9fa0f84ea8f5db55ba94c3dd238e9045e2d9a922bcfcc
         cronjob:
           concurrencyPolicy: Forbid
           failedJobsHistory: 1
           schedule: '@daily'
           successfulJobsHistory: 1
         initContainers:
--- kubernetes/main/apps/database/crunchy-pgo/backup-gitlab Kustomization: flux-system/crunchy-gitlab-backup HelmRelease: database/crunchy-vector-backup

+++ kubernetes/main/apps/database/crunchy-pgo/backup-gitlab Kustomization: flux-system/crunchy-gitlab-backup HelmRelease: database/crunchy-vector-backup

@@ -46,13 +46,13 @@

               TZ: Asia/Jakarta
             envFrom:
             - secretRef:
                 name: crunchy-gitlab-backup-secret
             image:
               repository: docker.io/prodrigestivill/postgres-backup-local
-              tag: 16@sha256:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544
+              tag: 17@sha256:8d74e85ac86825950bd9fa0f84ea8f5db55ba94c3dd238e9045e2d9a922bcfcc
         cronjob:
           concurrencyPolicy: Forbid
           failedJobsHistory: 1
           schedule: '@daily'
           successfulJobsHistory: 1
         initContainers:
monosense-arc[bot] commented 22 hours ago
--- HelmRelease: database/crunchy-backup CronJob: database/crunchy-backup

+++ HelmRelease: database/crunchy-backup CronJob: database/crunchy-backup

@@ -74,13 +74,13 @@

               value: --blobs --clean --create --compress=9
             - name: TZ
               value: Asia/Jakarta
             envFrom:
             - secretRef:
                 name: crunchy-backup-secret
-            image: docker.io/prodrigestivill/postgres-backup-local:16@sha256:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544
+            image: docker.io/prodrigestivill/postgres-backup-local:17@sha256:8d74e85ac86825950bd9fa0f84ea8f5db55ba94c3dd238e9045e2d9a922bcfcc
             name: app
             volumeMounts:
             - mountPath: /config
               name: config
             - mountPath: /backups
               name: nas
--- HelmRelease: database/crunchy-vector-backup CronJob: database/crunchy-vector-backup

+++ HelmRelease: database/crunchy-vector-backup CronJob: database/crunchy-vector-backup

@@ -74,13 +74,13 @@

               value: --blobs --clean --create --compress=9
             - name: TZ
               value: Asia/Jakarta
             envFrom:
             - secretRef:
                 name: crunchy-gitlab-backup-secret
-            image: docker.io/prodrigestivill/postgres-backup-local:16@sha256:73f18e914cb6ffb29840b3fc5be0763f48eb1ca05f093c769ccd13982a634544
+            image: docker.io/prodrigestivill/postgres-backup-local:17@sha256:8d74e85ac86825950bd9fa0f84ea8f5db55ba94c3dd238e9045e2d9a922bcfcc
             name: app
             volumeMounts:
             - mountPath: /config
               name: config
             - mountPath: /backups
               name: nas