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 snapshot-controller ( 1.9.2 → 3.0.3 ) #308

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

samipsolutions-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
snapshot-controller major 1.9.2 -> 3.0.3

Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

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 and VolumeSnapshotContent 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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.2.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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.2.1

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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.2.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. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every VolumeSnapshot and VolumeSnapshotContent resource by sending it to the webhook.

v2.1.1

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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.1.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. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every VolumeSnapshot and VolumeSnapshotContent resource by sending it to the webhook.

v2.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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.0.1

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 and VolumeSnapshotContent resource by sending it to the webhook.

v2.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. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every VolumeSnapshot and VolumeSnapshotContent 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: 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       | snapshot-controller | 1.9.2 | 3.0.3 |
Copy link

github-actions bot commented Jun 7, 2024

--- HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-controller

+++ HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-controller

@@ -79,15 +79,7 @@

   - snapshot.storage.k8s.io
   resources:
   - volumesnapshots/status
   verbs:
   - update
   - patch
-- apiGroups:
-  - ''
-  resources:
-  - nodes
-  verbs:
-  - get
-  - list
-  - watch
 
--- HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-controller

+++ HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-controller

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

   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
+  revisionHistoryLimit: 10
   selector:
     matchLabels:
       app.kubernetes.io/name: snapshot-controller
       app.kubernetes.io/instance: snapshot-controller
   template:
     metadata:
@@ -27,24 +28,35 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: registry.k8s.io/sig-storage/snapshot-controller:v6.3.1
+        image: registry.k8s.io/sig-storage/snapshot-controller:v8.0.1
         imagePullPolicy: IfNotPresent
         args:
-        - --enable-distributed-snapshotting=true
         - --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: {}
+      hostNetwork: false
+      dnsPolicy: ClusterFirst
 
--- HelmRelease: storage/snapshot-controller ServiceAccount: storage/snapshot-validation-webhook

+++ HelmRelease: storage/snapshot-controller ServiceAccount: storage/snapshot-validation-webhook

@@ -0,0 +1,10 @@

+---
+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

@@ -0,0 +1,23 @@

+---
+kind: ClusterRole
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+  name: snapshot-validation-webhook
+rules:
+- apiGroups:
+  - snapshot.storage.k8s.io
+  resources:
+  - volumesnapshotclasses
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - groupsnapshot.storage.k8s.io
+  resources:
+  - volumegroupsnapshotclasses
+  verbs:
+  - get
+  - list
+  - watch
+
--- HelmRelease: storage/snapshot-controller ClusterRoleBinding: storage/snapshot-validation-webhook

+++ HelmRelease: storage/snapshot-controller ClusterRoleBinding: storage/snapshot-validation-webhook

@@ -0,0 +1,14 @@

+---
+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

@@ -0,0 +1,20 @@

+---
+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-validation-webhook

+++ HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-validation-webhook

@@ -0,0 +1,64 @@

+---
+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:v8.0.1
+        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
+
--- HelmRelease: storage/snapshot-controller ValidatingWebhookConfiguration: storage/snapshot-validation-webhook

+++ HelmRelease: storage/snapshot-controller ValidatingWebhookConfiguration: storage/snapshot-validation-webhook

@@ -0,0 +1,59 @@

+---
+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
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - volumesnapshotclasses
+    scope: '*'
+  clientConfig:
+    service:
+      namespace: storage
+      name: snapshot-validation-webhook
+      path: /volumesnapshot
+    caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURZakNDQWtxZ0F3SUJBZ0lSQU5MdWw4ajJvK2xCSE9Ob3RvTERZRTB3RFFZSktvWklodmNOQVFFTEJRQXcKTWpFd01DNEdBMVVFQXhNbmMyNWhjSE5vYjNRdGRtRnNhV1JoZEdsdmJpMTNaV0pvYjI5ckxuTjBiM0poWjJVdQpjM1pqTUI0WERUSTBNRFl3TnpBNE1UZ3hNbG9YRFRNME1EWXdOVEE0TVRneE1sb3dNakV3TUM0R0ExVUVBeE1uCmMyNWhjSE5vYjNRdGRtRnNhV1JoZEdsdmJpMTNaV0pvYjI5ckxuTjBiM0poWjJVdWMzWmpNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEwZEJVTU1lUmYzTFArZHZmR1JTOEU2MUplNTRaVjBXRAoxc0Z6ZHVCWHpHVGxoSW1WZ2JJSWlxUlNWS1U2OE0zWGhFNDZ5Q2lwVGcwcTVSSnUxTzZNUnBLd1RIMTdieTZjCk95TUxNNTcxbGlpbnVrY3Y1MVpXWXJXaGpEb2duUXR1Y25sTmhoeDl2VDZuNW1sY21XTUJoNWxGVXRSMnhYRDMKa3BHRG02cWNlS3ZRYlhHUTVMdUhsem1qb2dEM2lsS0lRNmx1QkVPS21qQ3NpcG16MjNMNjhRa0pmbmpCMUo1RQpRNmxmcUdRVE1OMGluQmJuNkd1WEZqbitRUGZTa1pGWXV2Uy8wMWtlUlhxYmJ3Y0lqL1BWU0w3WnczaWVnSVAxCkxBcnVzbWdVMHlEZWc1ekNNMUgwZ2l2WW5FYUFBMWJ3WUVkYS9nUUlHNG5xa29TRy9ZQ1VOd0lEQVFBQm8zTXcKY1RBT0JnTlZIUThCQWY4RUJBTUNCYUF3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdFR0NDc0dBUVVGQndNQwpNQXdHQTFVZEV3RUIvd1FDTUFBd01nWURWUjBSQkNzd0tZSW5jMjVoY0hOb2IzUXRkbUZzYVdSaGRHbHZiaTEzClpXSm9iMjlyTG5OMGIzSmhaMlV1YzNaak1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQVlmY3dncmdIc2lTRHkKb1NwQmxpcFRhMDdJb1NBeHVLbmkxeFM3ZE1HdUkvbWRXL2V3cW9SQ3liU3Fjcm5sVUhSemVTdWZnOHF1dHRZUApPNDZnK2VUSzFGbDlnelZ0QnlsNStzWlVNSjRDK0phTWhiQjZ0c09LYUhJQ05BMXA5bDhUSkJpNjhPZjR6RHVuCkYrWlY4NVEyVlh3eHZEa3R0RGdiOEJ0b2RuRSs3czVmTmllQ3IwQVZPdEtLam9UOXFkMDJhaksvUmppL0xtaDQKMTV6MHMzQkNXalY2MkJCMVBldTNVS1Z3bWFFd2Q3YXE3V1U5NkZxTWFRMmpzTWhUdW4vbVU1TGI2SWFNYXFzcgowMm01WGNmTlQ3ZmVaOGxRVDJzZzZNcEFwNjkrMXNBUHRZNmEwRU9oWlErS1ltWllXTFcrZjBKSHlmU0lMR0EwCkszL1c5Q0RWCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
+  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:
+    - volumegroupsnapshotclasses
+    scope: '*'
+  clientConfig:
+    service:
+      namespace: storage
+      name: snapshot-validation-webhook
+      path: /volumegroupsnapshot
+    caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURZakNDQWtxZ0F3SUJBZ0lSQU5MdWw4ajJvK2xCSE9Ob3RvTERZRTB3RFFZSktvWklodmNOQVFFTEJRQXcKTWpFd01DNEdBMVVFQXhNbmMyNWhjSE5vYjNRdGRtRnNhV1JoZEdsdmJpMTNaV0pvYjI5ckxuTjBiM0poWjJVdQpjM1pqTUI0WERUSTBNRFl3TnpBNE1UZ3hNbG9YRFRNME1EWXdOVEE0TVRneE1sb3dNakV3TUM0R0ExVUVBeE1uCmMyNWhjSE5vYjNRdGRtRnNhV1JoZEdsdmJpMTNaV0pvYjI5ckxuTjBiM0poWjJVdWMzWmpNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEwZEJVTU1lUmYzTFArZHZmR1JTOEU2MUplNTRaVjBXRAoxc0Z6ZHVCWHpHVGxoSW1WZ2JJSWlxUlNWS1U2OE0zWGhFNDZ5Q2lwVGcwcTVSSnUxTzZNUnBLd1RIMTdieTZjCk95TUxNNTcxbGlpbnVrY3Y1MVpXWXJXaGpEb2duUXR1Y25sTmhoeDl2VDZuNW1sY21XTUJoNWxGVXRSMnhYRDMKa3BHRG02cWNlS3ZRYlhHUTVMdUhsem1qb2dEM2lsS0lRNmx1QkVPS21qQ3NpcG16MjNMNjhRa0pmbmpCMUo1RQpRNmxmcUdRVE1OMGluQmJuNkd1WEZqbitRUGZTa1pGWXV2Uy8wMWtlUlhxYmJ3Y0lqL1BWU0w3WnczaWVnSVAxCkxBcnVzbWdVMHlEZWc1ekNNMUgwZ2l2WW5FYUFBMWJ3WUVkYS9nUUlHNG5xa29TRy9ZQ1VOd0lEQVFBQm8zTXcKY1RBT0JnTlZIUThCQWY4RUJBTUNCYUF3SFFZRFZSMGxCQll3RkFZSUt3WUJCUVVIQXdFR0NDc0dBUVVGQndNQwpNQXdHQTFVZEV3RUIvd1FDTUFBd01nWURWUjBSQkNzd0tZSW5jMjVoY0hOb2IzUXRkbUZzYVdSaGRHbHZiaTEzClpXSm9iMjlyTG5OMGIzSmhaMlV1YzNaak1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQVlmY3dncmdIc2lTRHkKb1NwQmxpcFRhMDdJb1NBeHVLbmkxeFM3ZE1HdUkvbWRXL2V3cW9SQ3liU3Fjcm5sVUhSemVTdWZnOHF1dHRZUApPNDZnK2VUSzFGbDlnelZ0QnlsNStzWlVNSjRDK0phTWhiQjZ0c09LYUhJQ05BMXA5bDhUSkJpNjhPZjR6RHVuCkYrWlY4NVEyVlh3eHZEa3R0RGdiOEJ0b2RuRSs3czVmTmllQ3IwQVZPdEtLam9UOXFkMDJhaksvUmppL0xtaDQKMTV6MHMzQkNXalY2MkJCMVBldTNVS1Z3bWFFd2Q3YXE3V1U5NkZxTWFRMmpzTWhUdW4vbVU1TGI2SWFNYXFzcgowMm01WGNmTlQ3ZmVaOGxRVDJzZzZNcEFwNjkrMXNBUHRZNmEwRU9oWlErS1ltWllXTFcrZjBKSHlmU0lMR0EwCkszL1c5Q0RWCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
+  admissionReviewVersions:
+  - v1
+  - v1beta1
+  sideEffects: None
+  failurePolicy: Fail
+  timeoutSeconds: 2
+

Copy link

github-actions bot commented Jun 7, 2024

--- kubernetes/apps/storage/snapshot-controller/app Kustomization: flux-system/storage-snapshot-controller HelmRelease: storage/snapshot-controller

+++ kubernetes/apps/storage/snapshot-controller/app Kustomization: flux-system/storage-snapshot-controller HelmRelease: storage/snapshot-controller

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

     spec:
       chart: snapshot-controller
       sourceRef:
         kind: HelmRepository
         name: piraeus
         namespace: flux-system
-      version: 1.9.2
+      version: 3.0.3
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@samipsolutions-bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@samip5 samip5 merged commit c8b3f2f into main Jul 15, 2024
2 of 3 checks passed
@samip5 samip5 deleted the renovate/snapshot-controller-3.x branch July 15, 2024 12:17
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.

1 participant