feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.29.0 ) - #5458
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.29.0 )#5458renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
--- kubernetes/cluster-0/apps/db/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: db/cloudnative-pg
+++ kubernetes/cluster-0/apps/db/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: db/cloudnative-pg
@@ -13,13 +13,13 @@
spec:
chart: cloudnative-pg
sourceRef:
kind: HelmRepository
name: cloudnative-pg
namespace: flux-system
- version: 0.22.1
+ version: 0.23.2
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
Contributor
--- HelmRelease: db/cloudnative-pg ServiceAccount: db/cloudnative-pg
+++ HelmRelease: db/cloudnative-pg ServiceAccount: db/cloudnative-pg
@@ -1,10 +1,11 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cloudnative-pg
+ namespace: db
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
--- HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-controller-manager-config
+++ HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-controller-manager-config
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-controller-manager-config
+ namespace: db
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
data: {}
--- HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-default-monitoring
+++ HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-default-monitoring
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-default-monitoring
+ namespace: db
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
cnpg.io/reload: ''
data:
--- HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg
+++ HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg
@@ -8,12 +8,36 @@
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- ''
resources:
+ - nodes
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - admissionregistration.k8s.io
+ resources:
+ - mutatingwebhookconfigurations
+ - validatingwebhookconfigurations
+ verbs:
+ - get
+ - patch
+- apiGroups:
+ - postgresql.cnpg.io
+ resources:
+ - clusterimagecatalogs
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - ''
+ resources:
- configmaps
- secrets
- services
verbs:
- create
- delete
@@ -38,20 +62,12 @@
verbs:
- create
- patch
- apiGroups:
- ''
resources:
- - nodes
- verbs:
- - get
- - list
- - watch
-- apiGroups:
- - ''
- resources:
- persistentvolumeclaims
- pods
- pods/exec
verbs:
- create
- delete
@@ -74,20 +90,12 @@
- get
- list
- patch
- update
- watch
- apiGroups:
- - admissionregistration.k8s.io
- resources:
- - mutatingwebhookconfigurations
- - validatingwebhookconfigurations
- verbs:
- - get
- - patch
-- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
@@ -140,35 +148,40 @@
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- backups
- clusters
+ - databases
- poolers
+ - publications
- scheduledbackups
+ - subscriptions
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- backups/status
+ - databases/status
+ - publications/status
- scheduledbackups/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - clusterimagecatalogs
+ - subscriptions/status
+ verbs:
+ - get
+ - patch
+ - update
+- apiGroups:
+ - postgresql.cnpg.io
+ resources:
- imagecatalogs
verbs:
- get
- list
- watch
- apiGroups:
--- HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-view
+++ HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-view
@@ -10,13 +10,16 @@
rules:
- apiGroups:
- postgresql.cnpg.io
resources:
- backups
- clusters
+ - databases
- poolers
+ - publications
- scheduledbackups
+ - subscriptions
verbs:
- get
- list
- watch
--- HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-edit
+++ HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-edit
@@ -10,14 +10,17 @@
rules:
- apiGroups:
- postgresql.cnpg.io
resources:
- backups
- clusters
+ - databases
- poolers
+ - publications
- scheduledbackups
+ - subscriptions
verbs:
- create
- delete
- deletecollection
- patch
- update
--- HelmRelease: db/cloudnative-pg Service: db/cnpg-webhook-service
+++ HelmRelease: db/cloudnative-pg Service: db/cnpg-webhook-service
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: cnpg-webhook-service
+ namespace: db
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
--- HelmRelease: db/cloudnative-pg Deployment: db/cloudnative-pg
+++ HelmRelease: db/cloudnative-pg Deployment: db/cloudnative-pg
@@ -1,45 +1,50 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudnative-pg
+ namespace: db
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
template:
metadata:
+ annotations:
+ checksum/rbac: 810bd5c787e143d9886428aa4bced3094d5651844ab776c0ae0b18f53c8afe14
+ checksum/monitoring-config: 57d00ee77146ee2c22291a95c7c195e7c5d55285181c5393477cf4a27d589c64
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
spec:
containers:
- args:
- controller
- --leader-elect
+ - --max-concurrent-reconciles=10
- --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.24.1
+ value: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.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.24.1
+ image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /readyz
port: 9443
scheme: HTTPS
@@ -66,12 +71,19 @@
- ALL
readOnlyRootFilesystem: true
runAsGroup: 10001
runAsUser: 10001
seccompProfile:
type: RuntimeDefault
+ startupProbe:
+ failureThreshold: 6
+ httpGet:
+ path: /readyz
+ port: 9443
+ scheme: HTTPS
+ periodSeconds: 5
volumeMounts:
- mountPath: /controller
name: scratch-data
- mountPath: /run/secrets/cnpg.io/webhook
name: webhook-certificates
securityContext: |
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
March 4, 2025 15:43
15094f6 to
6f2f1c5
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
March 5, 2025 15:39
6f2f1c5 to
b877188
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
May 23, 2025 15:39
b877188 to
12e0b7e
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
July 25, 2025 17:09
12e0b7e to
fbcae22
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
August 13, 2025 11:34
fbcae22 to
b58b770
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
October 23, 2025 17:39
b58b770 to
7da9252
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
December 9, 2025 19:54
7da9252 to
7c53a06
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
February 5, 2026 17:15
7c53a06 to
08d460e
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
April 1, 2026 14:52
08d460e to
e0d65ab
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
May 11, 2026 17:31
e0d65ab to
1ce833a
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
May 12, 2026 14:17
1ce833a to
f6a9111
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
June 13, 2026 19:57
f6a9111 to
75f45ab
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
June 22, 2026 17:42
75f45ab to
3d0f2ce
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
June 29, 2026 18:14
3d0f2ce to
946da66
Compare
| datasource | package | from | to | | ---------- | -------------- | ------ | ------ | | helm | cloudnative-pg | 0.22.1 | 0.29.0 |
renovate
Bot
force-pushed
the
renovate/cluster-0-cloudnative-pg-0.x
branch
from
July 20, 2026 21:54
946da66 to
27bb3a3
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.22.1→0.29.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudnative-pg/charts (cloudnative-pg)
v0.29.0Compare Source
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.3Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@plugin-barman-cloud-v0.7.0...cloudnative-pg-v0.28.3
v0.28.2Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.28.1...cloudnative-pg-v0.28.2
v0.28.1Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@plugin-barman-cloud-v0.6.0...cloudnative-pg-v0.28.1
v0.28.0Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@cluster-v0.6.0...cloudnative-pg-v0.28.0
v0.27.1Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@plugin-barman-cloud-v0.5.0...cloudnative-pg-v0.27.1
v0.27.0Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@cluster-v0.4.0...cloudnative-pg-v0.27.0
v0.26.1Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@plugin-barman-cloud-v0.2.0...cloudnative-pg-v0.26.1
v0.26.0Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.25.0...cloudnative-pg-v0.26.0
v0.25.0Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.24.0...cloudnative-pg-v0.25.0
v0.24.0Compare Source
CloudNativePG Operator Helm Chart
What's Changed
charts/cluster/docs/recovery.mdby @atimofeev in #581New Contributors
Full Changelog: cloudnative-pg/charts@cluster-v0.3.1...cloudnative-pg-v0.24.0
v0.23.2Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.23.1...cloudnative-pg-v0.23.2
v0.23.1Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@cluster-v0.23.0...cloudnative-pg-v0.23.1
v0.23.0Compare Source
CloudNativePG Operator Helm Chart
What's Changed
New Contributors
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.23.0-rc1...cloudnative-pg-v0.23.0
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.