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

fix(helm): update chart snapshot-controller ( 2.2.1 → 2.2.2 ) #20

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
snapshot-controller patch 2.2.1 -> 2.2.2

Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

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.


Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Prague, 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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented May 3, 2024

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

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

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

       chart: snapshot-controller
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: piraeus
         namespace: flux-system
-      version: 2.2.1
+      version: 2.2.2
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   upgrade:

Copy link

github-actions bot commented May 3, 2024

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

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

@@ -28,13 +28,13 @@

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

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

@@ -28,13 +28,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.1
+        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:

@prehor prehor force-pushed the main branch 13 times, most recently from c9eb0ad to f317b29 Compare May 13, 2024 20:54
@renovate renovate bot force-pushed the renovate/storage-snapshot-controller-2.x branch from 09bd92a to 3c8a505 Compare May 13, 2024 20:56
@prehor prehor force-pushed the main branch 2 times, most recently from 5318ec8 to 268a0ac Compare May 17, 2024 17:40
@renovate renovate bot force-pushed the renovate/storage-snapshot-controller-2.x branch from 3c8a505 to 94a69d9 Compare May 18, 2024 08:50
@prehor prehor force-pushed the main branch 7 times, most recently from 5f8861c to 5b0203e Compare May 19, 2024 13:00
@prehor prehor force-pushed the main branch 6 times, most recently from 2956a21 to 0829ead Compare May 23, 2024 00:15
@renovate renovate bot force-pushed the renovate/storage-snapshot-controller-2.x branch from 94a69d9 to 7979a7c Compare May 27, 2024 21:34
@renovate renovate bot force-pushed the renovate/storage-snapshot-controller-2.x branch from 7979a7c to db2a948 Compare May 28, 2024 17:05
@renovate renovate bot force-pushed the renovate/storage-snapshot-controller-2.x branch from db2a948 to 314ba3b Compare May 28, 2024 18:50
@prehor prehor merged commit 3d051a1 into main May 28, 2024
5 checks passed
@renovate renovate bot deleted the renovate/storage-snapshot-controller-2.x branch May 28, 2024 18: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.

1 participant