Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release cloudnative-pg to v0.23.0 #3715

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Update Change
cloudnative-pg (source) minor 0.22.1 -> 0.23.0

Release Notes

cloudnative-pg/charts (cloudnative-pg)

v0.23.0

Compare 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: 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.

Copy link

Path: base/cloudnative-pg/helmrelease.yaml
Version: 0.22.1 -> 0.23.0

@@ -4,6 +4,7 @@
 kind: ServiceAccount
 metadata:
 name: cloudnative-pg
+ namespace: default
 labels:
 app.kubernetes.io/name: cloudnative-pg
 app.kubernetes.io/instance: cloudnative-pg
@@ -29,6 +30,7 @@
 kind: ConfigMap
 metadata:
 name: cnpg-controller-manager-config
+ namespace: default
 labels:
 app.kubernetes.io/name: cloudnative-pg
 app.kubernetes.io/instance: cloudnative-pg
@@ -40,6 +42,7 @@
 kind: ConfigMap
 metadata:
 name: cnpg-default-monitoring
+ namespace: default
 labels:
 app.kubernetes.io/name: cloudnative-pg
 app.kubernetes.io/instance: cloudnative-pg
@@ -508,6 +511,30 @@
 - 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
@@ -538,14 +565,6 @@
 - apiGroups:
 - ""
 resources:
- - nodes
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - ""
- resources:
 - persistentvolumeclaims
 - pods
 - pods/exec
@@ -574,14 +593,6 @@
 - update
 - watch
 - apiGroups:
- - admissionregistration.k8s.io
- resources:
- - mutatingwebhookconfigurations
- - validatingwebhookconfigurations
- verbs:
- - get
- - patch
- - apiGroups:
 - apps
 resources:
 - deployments
@@ -640,8 +651,11 @@
 resources:
 - backups
 - clusters
+ - databases
 - poolers
+ - publications
 - scheduledbackups
+ - subscriptions
 verbs:
 - create
 - delete
@@ -654,7 +668,10 @@
 - postgresql.cnpg.io
 resources:
 - backups/status
+ - databases/status
+ - publications/status
 - scheduledbackups/status
+ - subscriptions/status
 verbs:
 - get
 - patch
@@ -662,7 +679,6 @@
 - apiGroups:
 - postgresql.cnpg.io
 resources:
- - clusterimagecatalogs
 - imagecatalogs
 verbs:
 - get
@@ -723,8 +739,11 @@
 resources:
 - backups
 - clusters
+ - databases
 - poolers
+ - publications
 - scheduledbackups
+ - subscriptions
 verbs:
 - get
 - list
@@ -745,8 +764,11 @@
 resources:
 - backups
 - clusters
+ - databases
 - poolers
+ - publications
 - scheduledbackups
+ - subscriptions
 verbs:
 - create
 - delete
@@ -777,6 +799,7 @@
 kind: Service
 metadata:
 name: cnpg-webhook-service
+ namespace: default
 labels:
 app.kubernetes.io/name: cloudnative-pg
 app.kubernetes.io/instance: cloudnative-pg
@@ -796,6 +819,7 @@
 kind: Deployment
 metadata:
 name: cloudnative-pg
+ namespace: default
 labels:
 app.kubernetes.io/name: cloudnative-pg
 app.kubernetes.io/instance: cloudnative-pg
@@ -809,7 +833,9 @@
 template:
 metadata:
 annotations:
- checksum/config: cce3e0a27faa506bee80b0e0caa425d5f38814abd9f9f9921bd657bdb59be52a
+ checksum/rbac: bc739f0c2cea5826c6c1c31d680b6dac12eddc39b51273cfe459b138ec408720
+ checksum/config: 19fd03c9f6b24447bfd742631c7fdb84c4b8c7ce49bc4f6bf5571039860a1248
+ checksum/monitoring-config: c81b4030f6146060bec0c223568c029f232494bdb56c0e9428fb2ba1b2a02ee6
 labels:
 app.kubernetes.io/name: cloudnative-pg
 app.kubernetes.io/instance: cloudnative-pg
@@ -818,20 +844,21 @@
 - 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.0"
 - 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.0"
 imagePullPolicy: IfNotPresent
 livenessProbe:
 httpGet:
@@ -886,6 +913,8 @@
 ---
 
 ---
+
+---
 
 ---
 

@rxbn rxbn merged commit bfae6ae into master Dec 24, 2024
2 checks passed
@rxbn rxbn deleted the renovate/cloudnative-pg-0.x branch December 24, 2024 07:27
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.

1 participant