Skip to content

chore(deps): update helm release snapshot-controller to v5.2.0 - #1865

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

chore(deps): update helm release snapshot-controller to v5.2.0#1865
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/snapshot-controller-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
snapshot-controller minor 5.1.15.2.0

Warning

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


Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot requested a review from a team as a code owner July 28, 2026 04:30
@renovate renovate Bot added the renovate label Jul 28, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 28, 2026 04:30
@github-actions

Copy link
Copy Markdown
@@ spec.chart.spec.version @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/storage/snapshot-controller
! ± value change
- 5.1.1
+ 5.2.0

@@ (root level) @@
# v1/ServiceAccount/storage/snapshot-controller-conversion-webhook
! - one document removed:
- apiVersion: v1
- kind: ServiceAccount
- metadata:
-   name: snapshot-controller-conversion-webhook
-   namespace: storage
-   labels:
-     app.kubernetes.io/instance: snapshot-controller
-     app.kubernetes.io/managed-by: Helm
-     app.kubernetes.io/name: conversion-webhook
-     helm.toolkit.fluxcd.io/name: snapshot-controller
-     helm.toolkit.fluxcd.io/namespace: storage

@@ (root level) @@
# v1/Service/storage/snapshot-controller-conversion-webhook
! - one document removed:
- apiVersion: v1
- kind: Service
- metadata:
-   name: snapshot-controller-conversion-webhook
-   namespace: storage
-   labels:
-     app.kubernetes.io/instance: snapshot-controller
-     app.kubernetes.io/managed-by: Helm
-     app.kubernetes.io/name: conversion-webhook
-     helm.toolkit.fluxcd.io/name: snapshot-controller
-     helm.toolkit.fluxcd.io/namespace: storage
- spec:
-   ports:
-   - name: https
-     port: 443
-     targetPort: 8443
-   selector:
-     app.kubernetes.io/instance: snapshot-controller
-     app.kubernetes.io/name: conversion-webhook

@@ (root level) @@
# apps/v1/Deployment/storage/snapshot-controller-conversion-webhook
! - one document removed:
- apiVersion: apps/v1
- kind: Deployment
- metadata:
-   name: snapshot-controller-conversion-webhook
-   namespace: storage
-   labels:
-     app.kubernetes.io/instance: snapshot-controller
-     app.kubernetes.io/managed-by: Helm
-     app.kubernetes.io/name: conversion-webhook
-     helm.toolkit.fluxcd.io/name: snapshot-controller
-     helm.toolkit.fluxcd.io/namespace: storage
- spec:
-   replicas: 1
-   revisionHistoryLimit: 10
-   selector:
-     matchLabels:
-       app.kubernetes.io/instance: snapshot-controller
-       app.kubernetes.io/name: conversion-webhook
-   template:
-     metadata:
-       labels:
-         app.kubernetes.io/instance: snapshot-controller
-         app.kubernetes.io/name: conversion-webhook
-     spec:
-       containers:
-       - name: conversion-webhook
-         image: "registry.k8s.io/sig-storage/snapshot-conversion-webhook:v8.6.0"
-         imagePullPolicy: IfNotPresent
-         resources: {}
-         args:
-         - "--port=8443"
-         - "--tls-cert-file=/etc/webhook/tls.crt"
-         - "--tls-private-key-file=/etc/webhook/tls.key"
-         livenessProbe:
-           httpGet:
-             path: /readyz
-             port: https
-             scheme: HTTPS
-         ports:
-         - name: https
-           containerPort: 8443
-           protocol: TCP
-         volumeMounts:
-         - name: tls
-           mountPath: /etc/webhook
-           readOnly: true
-         securityContext:
-           capabilities:
-             drop:
-             - ALL
-           readOnlyRootFilesystem: true
-           runAsNonRoot: true
-           runAsUser: 1000
-       dnsPolicy: ClusterFirst
-       hostNetwork: false
-       securityContext: {}
-       serviceAccountName: snapshot-controller-conversion-webhook
-       volumes:
-       - name: tls
-         secret:
-           secretName: snapshot-controller-conversion-webhook

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