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 ) #19

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

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

Copy link

github-actions bot commented May 3, 2024

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

+++ kubernetes/main/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:

@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/main-snapshot-controller-2.x branch from 277c1fe to 0913ba6 Compare May 13, 2024 20:55
@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/main-snapshot-controller-2.x branch from 0913ba6 to 379791c 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/main-snapshot-controller-2.x branch from 379791c to 2a03a89 Compare May 27, 2024 21:34
@renovate renovate bot force-pushed the renovate/main-snapshot-controller-2.x branch from 2a03a89 to f6dd57e Compare May 28, 2024 17:05
@prehor prehor merged commit 093cd93 into main May 28, 2024
5 checks passed
@renovate renovate bot deleted the renovate/main-snapshot-controller-2.x branch May 28, 2024 17:31
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