Skip to content

feat(container): update ghcr.io/cloudnative-pg/charts/cloudnative-pg ( 0.27.1 ➔ 0.28.0 )#417

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

feat(container): update ghcr.io/cloudnative-pg/charts/cloudnative-pg ( 0.27.1 ➔ 0.28.0 )#417
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 1, 2026

This PR contains the following updates:

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

Release Notes

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

v0.28.0

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cluster-v0.6.0...cloudnative-pg-v0.28.0


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.


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

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

…( 0.27.1 ➔ 0.28.0 )

| datasource | package                                      | from   | to     |
| ---------- | -------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/cloudnative-pg/charts/cloudnative-pg | 0.27.1 | 0.28.0 |
@kreigan-assistant
Copy link
Copy Markdown

--- kubernetes/apps/database/postgresql/operator Kustomization: database/cloudnative-pg-operator OCIRepository: database/cloudnative-pg

+++ kubernetes/apps/database/postgresql/operator Kustomization: database/cloudnative-pg-operator OCIRepository: database/cloudnative-pg

@@ -11,9 +11,9 @@

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

@kreigan-assistant
Copy link
Copy Markdown

--- HelmRelease: database/cloudnative-pg-operator Deployment: database/cloudnative-pg-operator

+++ HelmRelease: database/cloudnative-pg-operator Deployment: database/cloudnative-pg-operator

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

     matchLabels:
       app.kubernetes.io/name: cloudnative-pg
       app.kubernetes.io/instance: cloudnative-pg-operator
   template:
     metadata:
       annotations:
-        checksum/rbac: 1bb527c768c350a0dffab53066dda4193baeae75291fb3dd360ee07848118c11
-        checksum/monitoring-config: 9b288a6ef073201d265f144b0aef08df0a48bcca1d791d4b75dd366f74fa94c3
+        checksum/rbac: a677133bac54e35e559714a593f94d11f1f3e83f021677d0bb003720029f7d36
+        checksum/monitoring-config: 93338a77daa0b20b5f039f969537aa09b7f3d27e4e69a9f572fcd1eee9c711d9
       labels:
         app.kubernetes.io/name: cloudnative-pg
         app.kubernetes.io/instance: cloudnative-pg-operator
     spec:
       containers:
       - args:
@@ -31,22 +31,22 @@

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants