fix(container): update image ghcr.io/cloudnative-pg/charts/cloudnative-pg ( 0.27.0 ➔ 0.27.1 )#540
Merged
Aviator-Coding merged 1 commit intomainfrom Mar 18, 2026
Conversation
Contributor
Author
--- 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
|
Contributor
Author
--- 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 |
Aviator-Coding
approved these changes
Mar 17, 2026
Owner
Aviator-Coding
left a comment
There was a problem hiding this comment.
🤖 Auto-approved: safe update
a6c600e to
ab650d8
Compare
…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 |
ab650d8 to
6c990f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.27.0→0.27.1Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.