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 ) #2991

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot 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 has been generated by Renovate Bot.

| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | cloudnative-pg | 0.22.1 | 0.23.0 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner December 23, 2024 18:04
@ishioni-bot ishioni-bot bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory cluster/talos and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 23, 2024
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Dec 23, 2024

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

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

@@ -12,13 +12,13 @@

     spec:
       chart: cloudnative-pg
       sourceRef:
         kind: HelmRepository
         name: cloudnative-pg
         namespace: flux-system
-      version: 0.22.1
+      version: 0.23.0
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace
   values:

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Dec 23, 2024

--- HelmRelease: database/cloudnative-pg ServiceAccount: database/cloudnative-pg

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: cloudnative-pg
+  namespace: database
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 2
   selector:
     matchLabels:
       app.kubernetes.io/name: cloudnative-pg
       app.kubernetes.io/instance: cloudnative-pg
   template:
     metadata:
+      annotations:
+        checksum/rbac: ab8dcac3d79c2357f99ceb4f9750b878fd2a1aa86952a2bf2ee5b4a3a34d3bfc
+        checksum/monitoring-config: ad3bd264e89aea9050532020e9f9f7a1ec15c654dbaa77497553912aede8b3d0
       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: database/cloudnative-pg PodMonitor: database/cloudnative-pg

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

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

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

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Dec 23, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.0s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.3s
✅ YAML prettier 1 0 0.36s
✅ YAML yamllint 1 0 0.35s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@ishioni ishioni merged commit a6a8fc9 into master Dec 23, 2024
14 checks passed
@ishioni ishioni deleted the renovate/cloudnative-pg-0.x branch December 23, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant