billimek / k8s-gitops

GitOps principles to define kubernetes cluster state via code
Apache License 2.0
628 stars 83 forks source link

fix(helm): update chart cloudnative-pg ( 0.21.4 → 0.21.5 ) #3876

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
cloudnative-pg (source) patch 0.21.4 -> 0.21.5

Release Notes

cloudnative-pg/charts (cloudnative-pg) ### [`v0.21.5`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.5) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5) CloudNativePG Operator Helm Chart #### What's Changed - chore(deps): update actions/checkout action to v4.1.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/318](https://togithub.com/cloudnative-pg/charts/pull/318) - Release cloudnative-pg-v0.21.5 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/cloudnative-pg/charts/pull/315](https://togithub.com/cloudnative-pg/charts/pull/315) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

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

--- /tmp/tmp.3PXweFu9Zj 2024-06-13 16:32:12.883807288 +0000
+++ /tmp/tmp.DTHlDwDjz4 2024-06-13 16:32:14.767814414 +0000
@@ -455,14 +455,6 @@
   - apiGroups:
       - ""
     resources:
-      - namespaces
-    verbs:
-      - get
-      - list
-      - watch
-  - apiGroups:
-      - ""
-    resources:
       - nodes
     verbs:
       - get
@@ -869,14 +861,14 @@
             - /manager
           env:
             - name: OPERATOR_IMAGE_NAME
-              value: "ghcr.io/cloudnative-pg/cloudnative-pg:1.23.1"
+              value: "ghcr.io/cloudnative-pg/cloudnative-pg:1.23.2"
             - name: OPERATOR_NAMESPACE
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
             - name: MONITORING_QUERIES_CONFIGMAP
               value: "cnpg-default-monitoring"
-          image: "ghcr.io/cloudnative-pg/cloudnative-pg:1.23.1"
+          image: "ghcr.io/cloudnative-pg/cloudnative-pg:1.23.2"
           imagePullPolicy: IfNotPresent
           livenessProbe:
             httpGet: