Skip to content

chore(deps): update ghcr.io/cloudnative-pg/charts/cloudnative-pg docker tag to v0.29.0 - #71

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 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.20.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

v0.28.3

CloudNativePG Operator Helm Chart

What's Changed

Full Changelog: cloudnative-pg/charts@plugin-barman-cloud-v0.7.0...cloudnative-pg-v0.28.3


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@ccsn-k8s-gitops-helper

ccsn-k8s-gitops-helper Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

flux-local diff summary

Commit: 3dcce76 | Clusters: 1 | Resources: 2
Changed: 2 | No change: 0 | Failed: 0

Cluster: kubevirt-cluster-319 (2 resources: 2 changed, 0 no-change, 0 failed)

Resource `helmrelease`: ⚠️ updates detected
--- HelmRelease: cnpg-system/cnpg ClusterRole: cnpg-system/cnpg-cloudnative-pg

+++ HelmRelease: cnpg-system/cnpg ClusterRole: cnpg-system/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: cnpg-system/cnpg ClusterRole: cnpg-system/cnpg-cloudnative-pg-view

+++ HelmRelease: cnpg-system/cnpg ClusterRole: cnpg-system/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: cnpg-system/cnpg ClusterRole: cnpg-system/cnpg-cloudnative-pg-edit

+++ HelmRelease: cnpg-system/cnpg ClusterRole: cnpg-system/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: cnpg-system/cnpg Deployment: cnpg-system/cnpg-cloudnative-pg

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

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

     matchLabels:
       app.kubernetes.io/name: cloudnative-pg
       app.kubernetes.io/instance: cnpg
   template:
     metadata:
       annotations:
-        checksum/rbac: 6fee8b76d34f269b64d947cae0d965e524aeea028db83316355ab37c392d80c2
-        checksum/monitoring-config: f0ec10532c889feeeccf204bc274f39c36f167298be587ce996b73ddca7dd759
+        checksum/rbac: 8660100663791cf32738e2f096691c89561389c9c17f449da0134efd0747710f
+        checksum/monitoring-config: 937b417a0e539de045c05995b5820573504860c9a1a92d1e5c9ba132a76d3517
       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
Resource `kustomization`: ⚠️ updates detected
--- infra/controllers/general/overlays/kubevirt-cluster-319 Kustomization: flux-system/infra-controllers-general OCIRepository: cnpg-system/helm-chart-cloudnative-pg

+++ infra/controllers/general/overlays/kubevirt-cluster-319 Kustomization: flux-system/infra-controllers-general OCIRepository: cnpg-system/helm-chart-cloudnative-pg

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

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

Open workflow logs

@renovate
renovate Bot force-pushed the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch 6 times, most recently from eab7580 to 75727a4 Compare August 19, 2026 02:50
@renovate
renovate Bot force-pushed the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch 3 times, most recently from 0b52945 to 76e57e7 Compare August 27, 2026 12:09
@renovate
renovate Bot force-pushed the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch 2 times, most recently from 9e79ff0 to 97a4260 Compare September 4, 2026 06:44
@renovate
renovate Bot force-pushed the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch from 97a4260 to cf00f37 Compare September 18, 2026 06:52
@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 6f2c5605-754a-4939-b6fe-f99e31cc02f1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot force-pushed the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch from cf00f37 to f34a913 Compare September 20, 2026 07:15
@renovate
renovate Bot force-pushed the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch from f34a913 to fd6e734 Compare September 21, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants