-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(helm): update cloudnative-pg ( 0.22.0 → 0.22.1 ) #7437
Merged
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
| datasource | package | from | to | | ---------- | -------------- | ------ | ------ | | helm | cloudnative-pg | 0.22.0 | 0.22.1 |
rosey-the-renovator-bot
bot
added
renovate/helm
type/patch
area/kubernetes
cluster/main
labels
Oct 17, 2024
--- kubernetes/main/apps/databases/cloudnative-pg/app Kustomization: flux-system/databases-cloudnative-pg HelmRelease: databases/cloudnative-pg
+++ kubernetes/main/apps/databases/cloudnative-pg/app Kustomization: flux-system/databases-cloudnative-pg HelmRelease: databases/cloudnative-pg
@@ -12,13 +12,13 @@
spec:
chart: cloudnative-pg
sourceRef:
kind: HelmRepository
name: cloudnative-pg
namespace: flux-system
- version: 0.22.0
+ version: 0.22.1
install:
remediation:
retries: 3
interval: 30m
maxHistory: 3
uninstall: |
--- HelmRelease: databases/cloudnative-pg ClusterRole: databases/cloudnative-pg
+++ HelmRelease: databases/cloudnative-pg ClusterRole: databases/cloudnative-pg
@@ -9,24 +9,27 @@
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- ''
resources:
- configmaps
+ - secrets
+ - services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ''
resources:
- configmaps/status
+ - secrets/status
verbs:
- get
- patch
- update
- apiGroups:
- ''
@@ -44,33 +47,13 @@
- list
- watch
- apiGroups:
- ''
resources:
- persistentvolumeclaims
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - watch
-- apiGroups:
- - ''
- resources:
- pods
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - watch
-- apiGroups:
- - ''
- resources:
- pods/exec
verbs:
- create
- delete
- get
- list
@@ -82,62 +65,24 @@
- pods/status
verbs:
- get
- apiGroups:
- ''
resources:
- - secrets
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - ''
- resources:
- - secrets/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - ''
- resources:
- serviceaccounts
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- - ''
- resources:
- - services
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- verbs:
- - get
- - patch
-- apiGroups:
- - admissionregistration.k8s.io
- resources:
- validatingwebhookconfigurations
verbs:
- get
- patch
- apiGroups:
- apps
@@ -194,132 +139,62 @@
- update
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- backups
+ - clusters
+ - poolers
+ - scheduledbackups
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- backups/status
+ - scheduledbackups/status
verbs:
- get
- patch
- update
- apiGroups:
- postgresql.cnpg.io
resources:
- clusterimagecatalogs
- verbs:
- - get
- - list
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - clusters
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
+ - imagecatalogs
+ verbs:
+ - get
+ - list
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- clusters/finalizers
+ - poolers/finalizers
verbs:
- update
- apiGroups:
- postgresql.cnpg.io
resources:
- clusters/status
- verbs:
- - get
- - patch
- - update
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - imagecatalogs
- verbs:
- - get
- - list
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - poolers
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - poolers/finalizers
- verbs:
- - update
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- poolers/status
verbs:
- get
- patch
- update
- watch
- apiGroups:
- - postgresql.cnpg.io
- resources:
- - scheduledbackups
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - scheduledbackups/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
- verbs:
- - create
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - rbac.authorization.k8s.io
- resources:
- roles
verbs:
- create
- get
- list
- patch
--- HelmRelease: databases/cloudnative-pg Deployment: databases/cloudnative-pg
+++ HelmRelease: databases/cloudnative-pg Deployment: databases/cloudnative-pg
@@ -26,20 +26,20 @@
- --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.0
+ value: ghcr.io/cloudnative-pg/cloudnative-pg:1.24.1
- 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.0
+ image: ghcr.io/cloudnative-pg/cloudnative-pg:1.24.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /readyz
port: 9443
scheme: HTTPS |
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.0
->0.22.1
Release Notes
cloudnative-pg/charts (cloudnative-pg)
v0.22.1
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
postgresql
in places where inferred by defaulttype
by @philippemnoel in https://github.com/cloudnative-pg/charts/pull/3854959ce0
by @renovate in https://github.com/cloudnative-pg/charts/pull/403New Contributors
Full Changelog: cloudnative-pg/charts@cluster-v0.0.11...cloudnative-pg-v0.22.1
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 Renovate Bot.