Skip to content

Conversation

@mortyops
Copy link
Contributor

@mortyops mortyops 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

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 has been generated by Renovate Bot.

…e-pg ( 0.27.0 ➔ 0.27.1 )

| datasource | package                                      | from   | to     |
| ---------- | -------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/cloudnative-pg/charts/cloudnative-pg | 0.27.0 | 0.27.1 |
@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 5, 2026

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

+++ kubernetes/apps/database/cloudnative-pg/operator Kustomization: database/cloudnative-pg 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.0
+    tag: 0.27.1
   url: oci://ghcr.io/cloudnative-pg/charts/cloudnative-pg
 

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 5, 2026

--- HelmRelease: database/cloudnative-pg ConfigMap: database/cnpg-default-monitoring

+++ HelmRelease: database/cloudnative-pg ConfigMap: database/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: database/cloudnative-pg Deployment: database/cloudnative-pg

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

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

     matchLabels:
       app.kubernetes.io/name: cloudnative-pg
       app.kubernetes.io/instance: cloudnative-pg
   template:
     metadata:
       annotations:
-        checksum/rbac: 6f48838f1f9f8cdeb4dc548698e049c9a873b1009360631bbf51803325bb7fd9
-        checksum/monitoring-config: 0f92651bdd69c38b9f96557688ca3c3b39bcb4dcc0ef674b093e07a957305216
+        checksum/rbac: 9b0d6d78423ed7b4e7ffdf22d82ee3b400fc9f85f207a50cce8ca414321f5ae8
+        checksum/monitoring-config: 7b2d85ec918b42e4a4f45fc15810ec392d0057ee46a6c27d081017fdd5709eff
       labels:
         app.kubernetes.io/name: cloudnative-pg
         app.kubernetes.io/instance: cloudnative-pg
     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

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