-
-
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
chore(deps): update helm release snapshot-controller to v4 #1412
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/snapshot-controller-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
--- . Kustomization: flux-system/flux-system HelmRelease: storage/snapshot-controller
+++ . Kustomization: flux-system/flux-system HelmRelease: storage/snapshot-controller
@@ -6,13 +6,13 @@
namespace: storage
spec:
interval: 1h
chart:
spec:
chart: snapshot-controller
- version: 2.2.2
+ version: 4.0.0
sourceRef:
kind: HelmRepository
name: piraeus-charts
namespace: storage
upgrade:
crds: CreateReplace |
--- . HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-controller
+++ . HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-controller
@@ -18,20 +18,12 @@
- persistentvolumeclaims
verbs:
- get
- list
- watch
- update
-- apiGroups:
- - storage.k8s.io
- resources:
- - storageclasses
- verbs:
- - get
- - list
- - watch
- apiGroups:
- ''
resources:
- events
verbs:
- list
@@ -54,32 +46,77 @@
verbs:
- create
- get
- list
- watch
- update
+ - delete
- patch
- - delete
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotcontents/status
verbs:
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
+ - create
- get
- list
- watch
- update
- patch
+ - delete
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- update
- patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotclasses
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotcontents
+ verbs:
+ - create
+ - get
+ - list
+ - watch
+ - update
+ - delete
+ - patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshotcontents/status
+ verbs:
+ - patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshots
+ verbs:
+ - get
+ - list
+ - watch
+ - update
+ - patch
+- apiGroups:
+ - groupsnapshot.storage.k8s.io
+ resources:
+ - volumegroupsnapshots/status
+ verbs:
+ - update
+ - patch
--- . HelmRelease: storage/snapshot-controller ClusterRoleBinding: storage/snapshot-validation-webhook
+++ . HelmRelease: storage/snapshot-controller ClusterRoleBinding: storage/snapshot-validation-webhook
@@ -1,14 +0,0 @@
----
-kind: ClusterRoleBinding
-apiVersion: rbac.authorization.k8s.io/v1
-metadata:
- name: snapshot-validation-webhook
-subjects:
-- kind: ServiceAccount
- name: snapshot-validation-webhook
- namespace: storage
-roleRef:
- kind: ClusterRole
- name: snapshot-validation-webhook
- apiGroup: rbac.authorization.k8s.io
-
--- . HelmRelease: storage/snapshot-controller Service: storage/snapshot-validation-webhook
+++ . HelmRelease: storage/snapshot-controller Service: storage/snapshot-validation-webhook
@@ -1,20 +0,0 @@
----
-apiVersion: v1
-kind: Service
-metadata:
- name: snapshot-validation-webhook
- labels:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
- app.kubernetes.io/managed-by: Helm
-spec:
- type: ClusterIP
- ports:
- - port: 443
- targetPort: https
- protocol: TCP
- name: https
- selector:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
-
--- . HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-controller
+++ . HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-controller
@@ -28,22 +28,32 @@
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
- image: registry.k8s.io/sig-storage/snapshot-controller:v7.0.2
+ image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
imagePullPolicy: IfNotPresent
args:
- --http-endpoint=:8080
- --leader-election=true
- --leader-election-namespace=$(NAMESPACE)
ports:
- name: http
containerPort: 8080
protocol: TCP
+ readinessProbe:
+ httpGet:
+ port: http
+ path: /healthz/leader-election
+ scheme: HTTP
+ livenessProbe:
+ httpGet:
+ port: http
+ path: /healthz/leader-election
+ scheme: HTTP
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
resources: {}
--- . HelmRelease: storage/snapshot-controller ValidatingWebhookConfiguration: storage/snapshot-validation-webhook
+++ . HelmRelease: storage/snapshot-controller ValidatingWebhookConfiguration: storage/snapshot-validation-webhook
@@ -1,64 +0,0 @@
----
-apiVersion: admissionregistration.k8s.io/v1
-kind: ValidatingWebhookConfiguration
-metadata:
- name: snapshot-validation-webhook
- labels:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
- app.kubernetes.io/managed-by: Helm
-webhooks:
-- name: snapshot-validation-webhook.snapshot.storage.k8s.io
- rules:
- - apiGroups:
- - snapshot.storage.k8s.io
- apiVersions:
- - v1
- - v1beta1
- operations:
- - CREATE
- - UPDATE
- resources:
- - volumesnapshots
- - volumesnapshotclasses
- - volumesnapshotcontents
- scope: '*'
- clientConfig:
- service:
- namespace: storage
- name: snapshot-validation-webhook
- path: /volumesnapshot
- caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURZVENDQWttZ0F3SUJBZ0lRSks4bFpyVFlMODNxQU9vVmgzNjM2REFOQmdrcWhraUc5dzBCQVFzRkFEQXkKTVRBd0xnWURWUVFERXlkemJtRndjMmh2ZEMxMllXeHBaR0YwYVc5dUxYZGxZbWh2YjJzdWMzUnZjbUZuWlM1egpkbU13SGhjTk1qUXhNakV4TVRZek9UUXhXaGNOTXpReE1qQTVNVFl6T1RReFdqQXlNVEF3TGdZRFZRUURFeWR6CmJtRndjMmh2ZEMxMllXeHBaR0YwYVc5dUxYZGxZbWh2YjJzdWMzUnZjbUZuWlM1emRtTXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRG9wbnhqakRLb1JxdTFJSlhSTEs4cE84b0JOV0VLbS9wMgp1N3ZhcFExUk4vcmQrcytobW1mWHh3Q0F6eVAzVGZzQWNkd1FRSlp4UzdObUJvelRILzFBaXVxSXEwM01sZnlhCjJyZHBsQ0U1QmlHeEJXb2cyQW9MenFGMWpTT3ZxN1FBRHBiRnFyZ2NSK21hR1o2NytGZjZQc3VMdlpkUm5MV1oKRzZib21QZ0tycllsbjZmbmRNcHlzQTVUUFFwV0pkdGdEZXNNZERGdk9QR3pYcUpiM3NOK3F6Y09VcHU3NWR3RworMW5YaTBScEJrbm9kYnpVb3lzdS9ZMUUyMkh3ZnkyNVlDbXNUVGZWQ0drUm1iVG9obGNpVDlBZFU5TGd1Y0N6CnB6aVA5MStGbFgyUmJtSi9OM0JIQUp0bWtVS2FRdFB2ajFJa2syaGVZSk9JemlIdjNhTDVBZ01CQUFHamN6QngKTUE0R0ExVWREd0VCL3dRRUF3SUZvREFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJdwpEQVlEVlIwVEFRSC9CQUl3QURBeUJnTlZIUkVFS3pBcGdpZHpibUZ3YzJodmRDMTJZV3hwWkdGMGFXOXVMWGRsClltaHZiMnN1YzNSdmNtRm5aUzV6ZG1Nd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFMZGR0ZXN5aDk2ZExXeVYKam9vaVkvNHB4enpadE1MZDg1c0FwRzhDTVRGWWFweDV4QkthSGFVbkptV2J1aE5abjYzWWdPKzkweXBUR2psZQpRWTRjSmtVZ1pzZkR2K3pQNHdJK0U1bzNpTXd3U05SWkdJK0FKMUVERTE4ckpzV1I2VG96MUtNY045aHUwUVhVClV0OGhMSWFtVGZEV2YrNDQ3OGNLZ1ZXL0ZNa2phclpBSnE5U0ZxQUI1YTlFeGF3cjVQTG5RaVRKNDkwaFFQdmwKcm9jYjdNQXJ5ZW11NTdsWU83SVJnMGg4YWI1bXUwa3hncFhiTzJhV0NRbWNFaWxhdzdnVjlqN0dvYm5GMWU4UQpOT1Bmc01uUk9NV1haZHZFeWxNandLcFhocExqT1VXeFFRMS93NmlPc0lMQ3YyUVVIaVZ3N01FdERCQlYyOFhBCnplWFBCVkk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
- admissionReviewVersions:
- - v1
- - v1beta1
- sideEffects: None
- failurePolicy: Fail
- timeoutSeconds: 2
-- name: snapshot-validation-webhook.groupsnapshot.storage.k8s.io
- rules:
- - apiGroups:
- - groupsnapshot.storage.k8s.io
- apiVersions:
- - v1alpha1
- operations:
- - CREATE
- - UPDATE
- resources:
- - volumegroupsnapshots
- - volumegroupsnapshotcontents
- - volumegroupsnapshotclasses
- scope: '*'
- clientConfig:
- service:
- namespace: storage
- name: snapshot-validation-webhook
- path: /volumegroupsnapshot
- caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURZVENDQWttZ0F3SUJBZ0lRSks4bFpyVFlMODNxQU9vVmgzNjM2REFOQmdrcWhraUc5dzBCQVFzRkFEQXkKTVRBd0xnWURWUVFERXlkemJtRndjMmh2ZEMxMllXeHBaR0YwYVc5dUxYZGxZbWh2YjJzdWMzUnZjbUZuWlM1egpkbU13SGhjTk1qUXhNakV4TVRZek9UUXhXaGNOTXpReE1qQTVNVFl6T1RReFdqQXlNVEF3TGdZRFZRUURFeWR6CmJtRndjMmh2ZEMxMllXeHBaR0YwYVc5dUxYZGxZbWh2YjJzdWMzUnZjbUZuWlM1emRtTXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRG9wbnhqakRLb1JxdTFJSlhSTEs4cE84b0JOV0VLbS9wMgp1N3ZhcFExUk4vcmQrcytobW1mWHh3Q0F6eVAzVGZzQWNkd1FRSlp4UzdObUJvelRILzFBaXVxSXEwM01sZnlhCjJyZHBsQ0U1QmlHeEJXb2cyQW9MenFGMWpTT3ZxN1FBRHBiRnFyZ2NSK21hR1o2NytGZjZQc3VMdlpkUm5MV1oKRzZib21QZ0tycllsbjZmbmRNcHlzQTVUUFFwV0pkdGdEZXNNZERGdk9QR3pYcUpiM3NOK3F6Y09VcHU3NWR3RworMW5YaTBScEJrbm9kYnpVb3lzdS9ZMUUyMkh3ZnkyNVlDbXNUVGZWQ0drUm1iVG9obGNpVDlBZFU5TGd1Y0N6CnB6aVA5MStGbFgyUmJtSi9OM0JIQUp0bWtVS2FRdFB2ajFJa2syaGVZSk9JemlIdjNhTDVBZ01CQUFHamN6QngKTUE0R0ExVWREd0VCL3dRRUF3SUZvREFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJdwpEQVlEVlIwVEFRSC9CQUl3QURBeUJnTlZIUkVFS3pBcGdpZHpibUZ3YzJodmRDMTJZV3hwWkdGMGFXOXVMWGRsClltaHZiMnN1YzNSdmNtRm5aUzV6ZG1Nd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFMZGR0ZXN5aDk2ZExXeVYKam9vaVkvNHB4enpadE1MZDg1c0FwRzhDTVRGWWFweDV4QkthSGFVbkptV2J1aE5abjYzWWdPKzkweXBUR2psZQpRWTRjSmtVZ1pzZkR2K3pQNHdJK0U1bzNpTXd3U05SWkdJK0FKMUVERTE4ckpzV1I2VG96MUtNY045aHUwUVhVClV0OGhMSWFtVGZEV2YrNDQ3OGNLZ1ZXL0ZNa2phclpBSnE5U0ZxQUI1YTlFeGF3cjVQTG5RaVRKNDkwaFFQdmwKcm9jYjdNQXJ5ZW11NTdsWU83SVJnMGg4YWI1bXUwa3hncFhiTzJhV0NRbWNFaWxhdzdnVjlqN0dvYm5GMWU4UQpOT1Bmc01uUk9NV1haZHZFeWxNandLcFhocExqT1VXeFFRMS93NmlPc0lMQ3YyUVVIaVZ3N01FdERCQlYyOFhBCnplWFBCVkk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
- admissionReviewVersions:
- - v1
- - v1beta1
- sideEffects: None
- failurePolicy: Fail
- timeoutSeconds: 2
-
--- . HelmRelease: storage/snapshot-controller ServiceAccount: storage/snapshot-validation-webhook
+++ . HelmRelease: storage/snapshot-controller ServiceAccount: storage/snapshot-validation-webhook
@@ -1,10 +0,0 @@
----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: snapshot-validation-webhook
- labels:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
- app.kubernetes.io/managed-by: Helm
-
--- . HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-validation-webhook
+++ . HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-validation-webhook
@@ -1,16 +0,0 @@
----
-kind: ClusterRole
-apiVersion: rbac.authorization.k8s.io/v1
-metadata:
- name: snapshot-validation-webhook
-rules:
-- apiGroups:
- - snapshot.storage.k8s.io
- - groupsnapshot.storage.k8s.io
- resources:
- - volumesnapshotclasses
- - volumegroupsnapshotclasses
- verbs:
- - list
- - watch
-
--- . HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-validation-webhook
+++ . HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-validation-webhook
@@ -1,64 +0,0 @@
----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: snapshot-validation-webhook
- labels:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
- app.kubernetes.io/managed-by: Helm
-spec:
- replicas: 1
- revisionHistoryLimit: 10
- selector:
- matchLabels:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
- template:
- metadata:
- labels:
- app.kubernetes.io/name: snapshot-validation-webhook
- app.kubernetes.io/instance: snapshot-controller
- spec:
- serviceAccountName: snapshot-validation-webhook
- securityContext: {}
- containers:
- - name: snapshot-validation-webhook
- securityContext:
- capabilities:
- drop:
- - ALL
- readOnlyRootFilesystem: true
- runAsNonRoot: true
- runAsUser: 1000
- image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.2
- imagePullPolicy: IfNotPresent
- args:
- - --port=8443
- - --tls-cert-file=/etc/snapshot-validation/tls.crt
- - --tls-private-key-file=/etc/snapshot-validation/tls.key
- ports:
- - name: https
- containerPort: 8443
- protocol: TCP
- volumeMounts:
- - mountPath: /etc/snapshot-validation
- name: tls-config
- livenessProbe:
- httpGet:
- path: /readyz
- port: https
- scheme: HTTPS
- readinessProbe:
- httpGet:
- path: /readyz
- port: https
- scheme: HTTPS
- resources: {}
- volumes:
- - name: tls-config
- secret:
- secretName: snapshot-validation-webhook-tls
- hostNetwork: false
- dnsPolicy: ClusterFirst
- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.2.2
->4.0.0
Release Notes
piraeusdatastore/helm-charts (snapshot-controller)
v4.0.0
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not.
v3.0.6
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every
VolumeSnapshot
andVolumeSnapshotContent
resource by sending it to the webhook.v3.0.5
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every
VolumeSnapshot
andVolumeSnapshotContent
resource by sending it to the webhook.v3.0.4
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every
VolumeSnapshot
andVolumeSnapshotContent
resource by sending it to the webhook.v3.0.3
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every
VolumeSnapshot
andVolumeSnapshotContent
resource by sending it to the webhook.v3.0.2
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every
VolumeSnapshot
andVolumeSnapshotContent
resource by sending it to the webhook.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.