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

feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.23.0 ) #4205

Merged
merged 1 commit into from
Feb 11, 2025

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.

| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | cloudnative-pg | 0.22.1 | 0.23.0 |


Signed-off-by: Jeff Billimek <[email protected]>
Copy link

Helm Release Diff: default/cloudnative-pg/chart/cloudnative-pg.yaml

--- /tmp/tmp.f7wIKd8YS6	2024-12-23 18:34:43.969066367 +0000
+++ /tmp/tmp.NGLNXKAUia	2024-12-23 18:34:45.581082494 +0000
@@ -4,6 +4,7 @@
 kind: ServiceAccount
 metadata:
   name: cloudnative-pg
+  namespace: default
 
 ---
 # Source: cloudnative-pg/templates/config.yaml
@@ -26,6 +27,7 @@
 kind: ConfigMap
 metadata:
   name: cnpg-controller-manager-config
+  namespace: default
 data: {}
 
 ---
@@ -34,6 +36,7 @@
 kind: ConfigMap
 metadata:
   name: cnpg-default-monitoring
+  namespace: default
 data:
   queries: |
     backends:
@@ -494,6 +497,31 @@
   - 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
@@ -524,14 +552,6 @@
   - apiGroups:
       - ""
     resources:
-      - nodes
-    verbs:
-      - get
-      - list
-      - watch
-  - apiGroups:
-      - ""
-    resources:
       - persistentvolumeclaims
       - pods
       - pods/exec
@@ -560,14 +580,6 @@
       - update
       - watch
   - apiGroups:
-      - admissionregistration.k8s.io
-    resources:
-      - mutatingwebhookconfigurations
-      - validatingwebhookconfigurations
-    verbs:
-      - get
-      - patch
-  - apiGroups:
       - apps
     resources:
       - deployments
@@ -626,8 +638,11 @@
     resources:
       - backups
       - clusters
+      - databases
       - poolers
+      - publications
       - scheduledbackups
+      - subscriptions
     verbs:
       - create
       - delete
@@ -640,7 +655,10 @@
       - postgresql.cnpg.io
     resources:
       - backups/status
+      - databases/status
+      - publications/status
       - scheduledbackups/status
+      - subscriptions/status
     verbs:
       - get
       - patch
@@ -648,7 +666,6 @@
   - apiGroups:
       - postgresql.cnpg.io
     resources:
-      - clusterimagecatalogs
       - imagecatalogs
     verbs:
       - get
@@ -706,8 +723,11 @@
     resources:
       - backups
       - clusters
+      - databases
       - poolers
+      - publications
       - scheduledbackups
+      - subscriptions
     verbs:
       - get
       - list
@@ -725,8 +745,11 @@
     resources:
       - backups
       - clusters
+      - databases
       - poolers
+      - publications
       - scheduledbackups
+      - subscriptions
     verbs:
       - create
       - delete
@@ -755,6 +778,7 @@
 kind: Service
 metadata:
   name: cnpg-webhook-service
+  namespace: default
 spec:
   type: ClusterIP
   ports:
@@ -771,6 +795,7 @@
 kind: Deployment
 metadata:
   name: cloudnative-pg
+  namespace: default
 spec:
   replicas: 1
   selector:
@@ -784,20 +809,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:
@@ -894,6 +920,25 @@
 #
 # Copyright The CloudNativePG Contributors
 #
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+---
+
+# Source: cloudnative-pg/templates/podmonitor.yaml
+#
+# Copyright The CloudNativePG Contributors
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at

@billimek billimek merged commit 02b9516 into master Feb 11, 2025
2 checks passed
@billimek billimek deleted the renovate/cloudnative-pg-0.x branch February 11, 2025 12:53
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