From 01f2b6d253958fc94902ad101864b88b0c697ee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:20:47 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-csi/external-snapshotter to v6.3.4 --- .../ebs-csi/snapshot-controller/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitops/base-install/ebs-csi/snapshot-controller/kustomization.yaml b/gitops/base-install/ebs-csi/snapshot-controller/kustomization.yaml index 193cf7d..6cff4b7 100644 --- a/gitops/base-install/ebs-csi/snapshot-controller/kustomization.yaml +++ b/gitops/base-install/ebs-csi/snapshot-controller/kustomization.yaml @@ -3,8 +3,8 @@ kind: Kustomization namespace: kube-system resources: - - https://github.com/kubernetes-csi/external-snapshotter/client/config/crd?ref=v6.3.3 - - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v6.3.3 + - https://github.com/kubernetes-csi/external-snapshotter/client/config/crd?ref=v6.3.4 + - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v6.3.4 commonAnnotations: argocd.argoproj.io/sync-wave: "-10"