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 to 0.23.0 #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 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 - "every weekend" (UTC), 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

--- kubernetes/apps/databases/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: databases/cloudnative-pg

+++ kubernetes/apps/databases/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: databases/cloudnative-pg

@@ -14,13 +14,13 @@

       chart: cloudnative-pg
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: cloudnative-pg-charts
         namespace: flux-system
-      version: 0.22.1
+      version: 0.23.0
   install:
     createNamespace: false
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 2

Copy link

--- HelmRelease: databases/cloudnative-pg ServiceAccount: databases/cloudnative-pg

+++ HelmRelease: databases/cloudnative-pg ServiceAccount: databases/cloudnative-pg

@@ -1,10 +1,11 @@

 ---
 apiVersion: v1
 kind: ServiceAccount
 metadata:
   name: cloudnative-pg
+  namespace: databases
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 
--- HelmRelease: databases/cloudnative-pg ConfigMap: databases/cnpg-controller-manager-config

+++ HelmRelease: databases/cloudnative-pg ConfigMap: databases/cnpg-controller-manager-config

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: ConfigMap
 metadata:
   name: cnpg-controller-manager-config
+  namespace: databases
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 data: {}
 
--- HelmRelease: databases/cloudnative-pg ConfigMap: databases/cnpg-default-monitoring

+++ HelmRelease: databases/cloudnative-pg ConfigMap: databases/cnpg-default-monitoring

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: ConfigMap
 metadata:
   name: cnpg-default-monitoring
+  namespace: databases
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
     cnpg.io/reload: ''
 data:
--- HelmRelease: databases/cloudnative-pg ClusterRole: databases/cloudnative-pg

+++ HelmRelease: databases/cloudnative-pg ClusterRole: databases/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: databases/cloudnative-pg ClusterRole: databases/cloudnative-pg-view

+++ HelmRelease: databases/cloudnative-pg ClusterRole: databases/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: databases/cloudnative-pg ClusterRole: databases/cloudnative-pg-edit

+++ HelmRelease: databases/cloudnative-pg ClusterRole: databases/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: databases/cloudnative-pg Service: databases/cnpg-webhook-service

+++ HelmRelease: databases/cloudnative-pg Service: databases/cnpg-webhook-service

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: cnpg-webhook-service
+  namespace: databases
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
--- HelmRelease: databases/cloudnative-pg Deployment: databases/cloudnative-pg

+++ HelmRelease: databases/cloudnative-pg Deployment: databases/cloudnative-pg

@@ -1,45 +1,50 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: cloudnative-pg
+  namespace: databases
   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: 0633c9f9438bb6a06d706f60fb7dbe27dc804abe683d2167acd1a9030f68b652
+        checksum/monitoring-config: 88a9851f5a56f5b084a53dffbf892e92c9bcc4d87bf97ad922035c57b4fef3d2
       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.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:
             path: /readyz
             port: 9443
             scheme: HTTPS
--- HelmRelease: databases/cloudnative-pg PodMonitor: databases/cloudnative-pg

+++ HelmRelease: databases/cloudnative-pg PodMonitor: databases/cloudnative-pg

@@ -1,11 +1,12 @@

 ---
 apiVersion: monitoring.coreos.com/v1
 kind: PodMonitor
 metadata:
   name: cloudnative-pg
+  namespace: databases
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 spec:
   selector:

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.

0 participants