Skip to content

feat(helm): update chart snapshot-controller ( 4.0.1 → 4.2.0 ) - #5442

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-snapshot-controller-4.x
Open

feat(helm): update chart snapshot-controller ( 4.0.1 → 4.2.0 )#5442
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-snapshot-controller-4.x

Conversation

@renovate

@renovate renovate Bot commented Dec 11, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
snapshot-controller minor 4.0.14.2.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

v4.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.

v4.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.

v4.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.

v4.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.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Dec 11, 2024

Copy link
Copy Markdown
Contributor
--- kubernetes/cluster-0/apps/system-controllers/snapshot-controller/app Kustomization: flux-system/snapshot-controller HelmRelease: system-controllers/snapshot-controller

+++ kubernetes/cluster-0/apps/system-controllers/snapshot-controller/app Kustomization: flux-system/snapshot-controller HelmRelease: system-controllers/snapshot-controller

@@ -14,13 +14,13 @@

       chart: snapshot-controller
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: piraeus
         namespace: flux-system
-      version: 3.0.6
+      version: 4.0.2
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace
   values:

@carpenike-bot

carpenike-bot Bot commented Dec 11, 2024

Copy link
Copy Markdown
Contributor
--- HelmRelease: system-controllers/snapshot-controller ServiceAccount: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller ServiceAccount: system-controllers/snapshot-controller

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

 ---
 apiVersion: v1
 kind: ServiceAccount
 metadata:
   name: snapshot-controller
+  namespace: system-controllers
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 
--- HelmRelease: system-controllers/snapshot-controller ServiceAccount: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller ServiceAccount: system-controllers/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: system-controllers/snapshot-controller ClusterRole: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller ClusterRole: system-controllers/snapshot-controller

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

   - patch
 - apiGroups:
   - snapshot.storage.k8s.io
   resources:
   - volumesnapshots
   verbs:
+  - create
   - get
   - list
   - watch
   - update
   - patch
   - delete
--- HelmRelease: system-controllers/snapshot-controller ClusterRole: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller ClusterRole: system-controllers/snapshot-validation-webhook

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

----
-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: system-controllers/snapshot-controller ClusterRoleBinding: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller ClusterRoleBinding: system-controllers/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: system-controllers
-roleRef:
-  kind: ClusterRole
-  name: snapshot-validation-webhook
-  apiGroup: rbac.authorization.k8s.io
-
--- HelmRelease: system-controllers/snapshot-controller Role: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller Role: system-controllers/snapshot-controller

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

 ---
 kind: Role
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: snapshot-controller
+  namespace: system-controllers
 rules:
 - apiGroups:
   - coordination.k8s.io
   resources:
   - leases
   verbs:
--- HelmRelease: system-controllers/snapshot-controller RoleBinding: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller RoleBinding: system-controllers/snapshot-controller

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

 ---
 kind: RoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: snapshot-controller
+  namespace: system-controllers
 subjects:
 - kind: ServiceAccount
   name: snapshot-controller
 roleRef:
   kind: Role
   name: snapshot-controller
--- HelmRelease: system-controllers/snapshot-controller Service: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller Service: system-controllers/snapshot-controller

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

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: snapshot-controller
+  namespace: system-controllers
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   clusterIP: None
--- HelmRelease: system-controllers/snapshot-controller Service: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller Service: system-controllers/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: system-controllers/snapshot-controller Deployment: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller Deployment: system-controllers/snapshot-controller

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

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: snapshot-controller
+  namespace: system-controllers
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
@@ -28,13 +29,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
+        image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.1
         imagePullPolicy: IfNotPresent
         args:
         - --http-endpoint=:8080
         - --leader-election=true
         - --leader-election-namespace=$(NAMESPACE)
         ports:
--- HelmRelease: system-controllers/snapshot-controller Deployment: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller Deployment: system-controllers/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:v8.1.0
-        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: system-controllers/snapshot-controller Certificate: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller Certificate: system-controllers/snapshot-validation-webhook

@@ -1,19 +0,0 @@

----
-apiVersion: cert-manager.io/v1
-kind: Certificate
-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:
-  secretName: snapshot-validation-webhook-tls
-  dnsNames:
-  - snapshot-validation-webhook.system-controllers.svc
-  issuerRef:
-    kind: Issuer
-    name: snapshot-controller-webhook-ca
-  privateKey:
-    rotationPolicy: Always
-
--- HelmRelease: system-controllers/snapshot-controller ServiceMonitor: system-controllers/snapshot-controller

+++ HelmRelease: system-controllers/snapshot-controller ServiceMonitor: system-controllers/snapshot-controller

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

 ---
 apiVersion: monitoring.coreos.com/v1
 kind: ServiceMonitor
 metadata:
   name: snapshot-controller
+  namespace: system-controllers
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   selector:
--- HelmRelease: system-controllers/snapshot-controller ValidatingWebhookConfiguration: system-controllers/snapshot-validation-webhook

+++ HelmRelease: system-controllers/snapshot-controller ValidatingWebhookConfiguration: system-controllers/snapshot-validation-webhook

@@ -1,59 +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
-  annotations:
-    cert-manager.io/inject-ca-from: system-controllers/snapshot-validation-webhook
-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: system-controllers
-      name: snapshot-validation-webhook
-      path: /volumesnapshot
-  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: system-controllers
-      name: snapshot-validation-webhook
-      path: /volumegroupsnapshot
-  admissionReviewVersions:
-  - v1
-  - v1beta1
-  sideEffects: None
-  failurePolicy: Fail
-  timeoutSeconds: 2
-

@carpenike-bot

carpenike-bot Bot commented Dec 11, 2024

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.57s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.94s
✅ YAML prettier 1 0 0 0.58s
✅ YAML yamllint 1 0 0 0.6s

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

@renovate renovate Bot changed the title feat(helm)!: Update chart snapshot-controller ( 3.0.6 → 4.0.0 ) feat(helm)!: Update chart snapshot-controller ( 3.0.6 → 4.0.1 ) Jan 16, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 6ba0302 to ffefc9c Compare January 16, 2025 17:20
@renovate renovate Bot changed the title feat(helm)!: Update chart snapshot-controller ( 3.0.6 → 4.0.1 ) feat(helm)!: Update chart snapshot-controller ( 3.0.6 → 4.0.2 ) Mar 26, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from ffefc9c to 44b2249 Compare March 26, 2025 18:55
@renovate renovate Bot changed the title feat(helm)!: Update chart snapshot-controller ( 3.0.6 → 4.0.2 ) fix(helm): update chart snapshot-controller ( 4.0.1 → 4.0.2 ) Apr 3, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 44b2249 to 8867beb Compare April 3, 2025 18:33
@renovate renovate Bot changed the title fix(helm): update chart snapshot-controller ( 4.0.1 → 4.0.2 ) feat(helm): update chart snapshot-controller ( 4.0.1 → 4.1.0 ) Jun 23, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 8867beb to 5662a1d Compare June 23, 2025 14:43
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 5662a1d to 780de6c Compare August 11, 2025 01:04
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 780de6c to ec49ac5 Compare October 17, 2025 14:53
@renovate renovate Bot changed the title feat(helm): update chart snapshot-controller ( 4.0.1 → 4.1.0 ) feat(helm): update chart snapshot-controller ( 4.0.1 → 4.1.1 ) Oct 17, 2025
@renovate renovate Bot changed the title feat(helm): update chart snapshot-controller ( 4.0.1 → 4.1.1 ) feat(helm): update chart snapshot-controller ( 4.0.1 → 4.2.0 ) Nov 4, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from ec49ac5 to 28f42f8 Compare November 4, 2025 10:35
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 28f42f8 to efd9bc3 Compare January 8, 2026 16:31
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from efd9bc3 to 4895d01 Compare June 22, 2026 17:44
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| helm       | snapshot-controller | 4.0.1 | 4.2.0 |
@renovate
renovate Bot force-pushed the renovate/cluster-0-snapshot-controller-4.x branch from 4895d01 to bd785c2 Compare July 20, 2026 21:55
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.

0 participants