generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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 cloudnative-pg ( 0.22.1 → 0.23.0 ) #692
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/cnpg-system/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: cnpg-system/cloudnative-pg
+++ kubernetes/apps/cnpg-system/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: cnpg-system/cloudnative-pg
@@ -13,13 +13,13 @@
spec:
chart: cloudnative-pg
sourceRef:
kind: HelmRepository
name: cloudnative-pg
namespace: flux-system
- version: 0.22.1
+ version: 0.23.0
dependsOn:
- name: openebs
namespace: openebs-system
driftDetection:
ignore:
- paths: |
--- HelmRelease: cnpg-system/cloudnative-pg ServiceAccount: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg ServiceAccount: cnpg-system/cloudnative-pg
@@ -1,10 +1,11 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cloudnative-pg
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
--- HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-controller-manager-config
+++ HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-controller-manager-config
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-controller-manager-config
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
data: {}
--- HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-default-monitoring
+++ HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-default-monitoring
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-default-monitoring
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
cnpg.io/reload: ''
data:
--- HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/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: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/cloudnative-pg-view
+++ HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/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: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/cloudnative-pg-edit
+++ HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/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: cnpg-system/cloudnative-pg Service: cnpg-system/cnpg-webhook-service
+++ HelmRelease: cnpg-system/cloudnative-pg Service: cnpg-system/cnpg-webhook-service
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: cnpg-webhook-service
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
--- HelmRelease: cnpg-system/cloudnative-pg Deployment: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg Deployment: cnpg-system/cloudnative-pg
@@ -1,45 +1,50 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudnative-pg
+ namespace: cnpg-system
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: 9f4105346a8536c4cd8039ac725219e5cde65f413226129639ca11dfbe481d3c
+ checksum/monitoring-config: 2207e6b059ee26769a6426b25417dc42c5b4c6483ba1cf4c6b633e799651143e
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: cnpg-system/cloudnative-pg PodMonitor: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg PodMonitor: cnpg-system/cloudnative-pg
@@ -1,11 +1,12 @@
---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: cloudnative-pg
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
spec:
selector: |
jfroy
force-pushed
the
main
branch
15 times, most recently
from
January 13, 2025 19:19
aab24c0
to
068747d
Compare
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
January 14, 2025 16:24
4f4e05d
to
3ac7405
Compare
--- kubernetes/apps/cnpg-system/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: cnpg-system/cloudnative-pg
+++ kubernetes/apps/cnpg-system/cloudnative-pg/app Kustomization: flux-system/cloudnative-pg HelmRelease: cnpg-system/cloudnative-pg
@@ -13,13 +13,13 @@
spec:
chart: cloudnative-pg
sourceRef:
kind: HelmRepository
name: cloudnative-pg
namespace: flux-system
- version: 0.22.1
+ version: 0.23.0
dependsOn:
- name: openebs
namespace: openebs-system
driftDetection:
ignore:
- paths: |
--- HelmRelease: cnpg-system/cloudnative-pg ServiceAccount: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg ServiceAccount: cnpg-system/cloudnative-pg
@@ -1,10 +1,11 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cloudnative-pg
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
--- HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-controller-manager-config
+++ HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-controller-manager-config
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-controller-manager-config
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
data: {}
--- HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-default-monitoring
+++ HelmRelease: cnpg-system/cloudnative-pg ConfigMap: cnpg-system/cnpg-default-monitoring
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-default-monitoring
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
cnpg.io/reload: ''
data:
--- HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/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: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/cloudnative-pg-view
+++ HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/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: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/cloudnative-pg-edit
+++ HelmRelease: cnpg-system/cloudnative-pg ClusterRole: cnpg-system/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: cnpg-system/cloudnative-pg Service: cnpg-system/cnpg-webhook-service
+++ HelmRelease: cnpg-system/cloudnative-pg Service: cnpg-system/cnpg-webhook-service
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: cnpg-webhook-service
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
--- HelmRelease: cnpg-system/cloudnative-pg Deployment: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg Deployment: cnpg-system/cloudnative-pg
@@ -1,45 +1,50 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloudnative-pg
+ namespace: cnpg-system
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: 9f4105346a8536c4cd8039ac725219e5cde65f413226129639ca11dfbe481d3c
+ checksum/monitoring-config: 2207e6b059ee26769a6426b25417dc42c5b4c6483ba1cf4c6b633e799651143e
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: cnpg-system/cloudnative-pg PodMonitor: cnpg-system/cloudnative-pg
+++ HelmRelease: cnpg-system/cloudnative-pg PodMonitor: cnpg-system/cloudnative-pg
@@ -1,11 +1,12 @@
---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: cloudnative-pg
+ namespace: cnpg-system
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/managed-by: Helm
spec:
selector: |
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
January 16, 2025 06:58
3ac7405
to
331ce19
Compare
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
January 16, 2025 19:10
331ce19
to
5da7604
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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 - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.