Skip to content

Update ghcr.io/cloudnative-pg/charts/cloudnative-pg Docker tag to v0.29.0#3937

Merged
LucaDev merged 1 commit into
mainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x
Jul 6, 2026
Merged

Update ghcr.io/cloudnative-pg/charts/cloudnative-pg Docker tag to v0.29.0#3937
LucaDev merged 1 commit into
mainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/cloudnative-pg/charts/cloudnative-pg (source) minor 0.28.30.29.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudnative-pg/charts (ghcr.io/cloudnative-pg/charts/cloudnative-pg)

v0.29.0

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cluster-v0.7.0...cloudnative-pg-v0.29.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@lucadevbot

lucadevbot Bot commented Jun 29, 2026

Copy link
Copy Markdown
--- apps Kustomization: flux-system/cluster-apps OCIRepository: databases/cnpg

+++ apps Kustomization: flux-system/cluster-apps OCIRepository: databases/cnpg

@@ -10,9 +10,9 @@

 spec:
   interval: 30m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.28.3
+    tag: 0.29.0
   url: oci://ghcr.io/cloudnative-pg/charts/cloudnative-pg
 

@lucadevbot

lucadevbot Bot commented Jun 29, 2026

Copy link
Copy Markdown
--- HelmRelease: databases/cnpg ClusterRole: databases/cnpg-cloudnative-pg

+++ HelmRelease: databases/cnpg ClusterRole: databases/cnpg-cloudnative-pg

@@ -119,13 +119,23 @@

   - coordination.k8s.io
   resources:
   - leases
   verbs:
   - create
   - get
-  - update
+  - list
+  - update
+  - watch
+- apiGroups:
+  - discovery.k8s.io
+  resources:
+  - endpointslices
+  verbs:
+  - get
+  - list
+  - watch
 - apiGroups:
   - monitoring.coreos.com
   resources:
   - podmonitors
   verbs:
   - create
@@ -148,12 +158,13 @@

   - watch
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups
   - clusters
+  - databaseroles
   - databases
   - poolers
   - publications
   - scheduledbackups
   - subscriptions
   verbs:
@@ -195,19 +206,21 @@

   - list
   - watch
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - clusters/finalizers
+  - databaseroles/finalizers
   - poolers/finalizers
   verbs:
   - update
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - clusters/status
+  - databaseroles/status
   - poolers/status
   - failoverquorums/status
   verbs:
   - get
   - patch
   - update
--- HelmRelease: databases/cnpg ClusterRole: databases/cnpg-cloudnative-pg-view

+++ HelmRelease: databases/cnpg ClusterRole: databases/cnpg-cloudnative-pg-view

@@ -11,12 +11,13 @@

 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups
   - clusters
   - clusters/status
+  - databaseroles
   - databases
   - failoverquorums
   - poolers
   - publications
   - scheduledbackups
   - imagecatalogs
--- HelmRelease: databases/cnpg ClusterRole: databases/cnpg-cloudnative-pg-edit

+++ HelmRelease: databases/cnpg ClusterRole: databases/cnpg-cloudnative-pg-edit

@@ -11,12 +11,13 @@

 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups
   - clusters
   - clusters/status
+  - databaseroles
   - databases
   - failoverquorums
   - poolers
   - publications
   - scheduledbackups
   - imagecatalogs
--- HelmRelease: databases/cnpg Deployment: databases/cnpg-cloudnative-pg

+++ HelmRelease: databases/cnpg Deployment: databases/cnpg-cloudnative-pg

@@ -14,14 +14,14 @@

     matchLabels:
       app.kubernetes.io/name: cloudnative-pg
       app.kubernetes.io/instance: cnpg
   template:
     metadata:
       annotations:
-        checksum/rbac: c962b0e16f11082f6f539e442de97654be1f172743f14ee3cf05271939be4b21
-        checksum/monitoring-config: c7fdc4928eff0b4f338b6654642eeb1bc1b81c89aae3004dbb020df16dc2a991
+        checksum/rbac: 0f957a5a9e6d05a2fb1535a37164383af360ce9f3024eb846db2fb237fd4593a
+        checksum/monitoring-config: 94f22324e8b10922b151eb1fb0a839a6e6cabdc4131b7191289257549919655a
       labels:
         app.kubernetes.io/name: cloudnative-pg
         app.kubernetes.io/instance: cnpg
     spec:
       containers:
       - args:
@@ -31,20 +31,20 @@

         - --config-map-name=cnpg-controller-manager-config
         - --webhook-port=9443
         command:
         - /manager
         env:
         - name: OPERATOR_IMAGE_NAME
-          value: ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1
+          value: ghcr.io/cloudnative-pg/cloudnative-pg:1.30.0
         - name: OPERATOR_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: MONITORING_QUERIES_CONFIGMAP
           value: cnpg-default-monitoring
-        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1
+        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.30.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /readyz
             port: webhook-server
             scheme: HTTPS

@lucadevbot

lucadevbot Bot commented Jul 6, 2026

Copy link
Copy Markdown

konflate — summary

Note

+1 added · 15 changed · −0 removed — 16 resources · 2 apps · 11 CRDs

Image changes

image from to
ghcr.io/cloudnative-pg/cloudnative-pg 1.29.1 1.30.0

View the full rendered diff →

konflate · rendered 7512847 · advisory, not a gate

@LucaDev
LucaDev merged commit 7895a1e into main Jul 6, 2026
3 checks passed
@renovate
renovate Bot deleted the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch July 6, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant