haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update ghcr.io/cloudnative-pg/postgresql ( 16.4-33 → 16.4-34 ) [main] #5599

Closed doug-piranha-bot[bot] closed 1 week ago

doug-piranha-bot[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/cloudnative-pg/postgresql patch 16.4-33 -> 16.4-34

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.

doug-piranha-bot[bot] commented 1 week ago
--- kubernetes/main/apps/dbms/cloudnative-pg/cluster Kustomization: flux-system/cloudnative-pg-cluster Cluster: dbms/kochhaus-v16

+++ kubernetes/main/apps/dbms/cloudnative-pg/cluster Kustomization: flux-system/cloudnative-pg-cluster Cluster: dbms/kochhaus-v16

@@ -48,13 +48,13 @@

           name: cloudnative-pg-secret
       serverName: kochhaus-v16-v1
       wal:
         compression: bzip2
         maxParallel: 8
     name: kochhaus-v16-v1
-  imageName: ghcr.io/cloudnative-pg/postgresql:16.4-33
+  imageName: ghcr.io/cloudnative-pg/postgresql:16.4-34
   instances: 3
   monitoring:
     enablePodMonitor: true
     podMonitorMetricRelabelings:
     - action: replace
       sourceLabels:
--- kubernetes/main/apps/dbms/cloudnative-pg/backup Kustomization: flux-system/cloudnative-pg-backup HelmRelease: dbms/cnpg-backup

+++ kubernetes/main/apps/dbms/cloudnative-pg/backup Kustomization: flux-system/cloudnative-pg-backup HelmRelease: dbms/cnpg-backup

@@ -45,13 +45,13 @@

                     name: cloudnative-pg-secret
               PGPORT: '5432'
               PGUSER: postgres
               TZ: Etc/UTC
             image:
               repository: ghcr.io/cloudnative-pg/postgresql
-              tag: 16.4-33
+              tag: 16.4-34
             resources:
               limits:
                 cpu: 250m
                 memory: 512Mi
               requests:
                 cpu: 50m
doug-piranha-bot[bot] commented 1 week ago
--- HelmRelease: dbms/cnpg-backup CronJob: dbms/cnpg-backup

+++ HelmRelease: dbms/cnpg-backup CronJob: dbms/cnpg-backup

@@ -63,13 +63,13 @@

             - name: PGPORT
               value: '5432'
             - name: PGUSER
               value: postgres
             - name: TZ
               value: Etc/UTC
-            image: ghcr.io/cloudnative-pg/postgresql:16.4-33
+            image: ghcr.io/cloudnative-pg/postgresql:16.4-34
             name: app
             resources:
               limits:
                 cpu: 250m
                 memory: 512Mi
               requests: