From e63feb05e14b28b827609ec7c2c0bfed2df1ce80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:36:20 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-csi/external-snapshotter to v7 --- .../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..c973123 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=v7.0.2 + - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v7.0.2 commonAnnotations: argocd.argoproj.io/sync-wave: "-10"