Skip to content

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

Merged
LucaDev merged 1 commit intomainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x
Feb 5, 2026
Merged

chore(deps): update ghcr.io/cloudnative-pg/charts/cloudnative-pg docker tag to v0.27.1#3309
LucaDev merged 1 commit intomainfrom
renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/cloudnative-pg/charts/cloudnative-pg (source) patch 0.27.00.27.1

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

CloudNativePG Operator Helm Chart

What's Changed

Full Changelog: cloudnative-pg/charts@plugin-barman-cloud-v0.5.0...cloudnative-pg-v0.27.1


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.

@lucadevbot
Copy link

lucadevbot bot commented Feb 5, 2026

--- 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.27.0
+    tag: 0.27.1
   url: oci://ghcr.io/cloudnative-pg/charts/cloudnative-pg
 

@lucadevbot
Copy link

lucadevbot bot commented Feb 5, 2026

--- HelmRelease: databases/cnpg ConfigMap: databases/cnpg-default-monitoring

+++ HelmRelease: databases/cnpg ConfigMap: databases/cnpg-default-monitoring

@@ -175,12 +175,15 @@

           , COALESCE(EXTRACT(EPOCH FROM last_archived_time), -1) AS last_archived_time
           , COALESCE(EXTRACT(EPOCH FROM last_failed_time), -1) AS last_failed_time
           , COALESCE(CAST(CAST('x'||pg_catalog.right(pg_catalog.split_part(last_archived_wal, '.', 1), 16) AS pg_catalog.bit(64)) AS pg_catalog.int8), -1) AS last_archived_wal_start_lsn
           , COALESCE(CAST(CAST('x'||pg_catalog.right(pg_catalog.split_part(last_failed_wal, '.', 1), 16) AS pg_catalog.bit(64)) AS pg_catalog.int8), -1) AS last_failed_wal_start_lsn
           , EXTRACT(EPOCH FROM stats_reset) AS stats_reset_time
         FROM pg_catalog.pg_stat_archiver
+      predicate_query: |
+        SELECT NOT pg_catalog.pg_is_in_recovery()
+          OR pg_catalog.current_setting('archive_mode') = 'always'
       metrics:
         - archived_count:
             usage: "COUNTER"
             description: "Number of WAL files that have been successfully archived"
         - failed_count:
             usage: "COUNTER"
--- 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: 8d8e11e4236809c804bc5b542bb7ccf34d2888c5d474a11bc45f11aa5eb958e0
-        checksum/monitoring-config: eef74f693a53a67e66a694fe6b87392a342db597e6710c2a7cfe6af21f1c362e
+        checksum/rbac: fe594b8fff0aac21b9a24aa18c2fc0c63f5fb898cc4abf587998152340946e2b
+        checksum/monitoring-config: 78a54ef8b81d3965fb3d670804e947c7b32357355758fcb7f2053370f755f164
       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.28.0
+          value: ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1
         - name: OPERATOR_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: MONITORING_QUERIES_CONFIGMAP
           value: cnpg-default-monitoring
-        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0
+        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /readyz
             port: webhook-server
             scheme: HTTPS

@LucaDev LucaDev merged commit 19d190f into main Feb 5, 2026
2 checks passed
@renovate renovate bot deleted the renovate/ghcr.io-cloudnative-pg-charts-cloudnative-pg-0.x branch February 5, 2026 19:14
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