From 32f6cc1c4c60774e54f62b2af371a54b54ffe1ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:21:13 -0600 Subject: [PATCH] chore(deps): update dependency kubernetes-csi/external-snapshotter to v8.1.0 (#76) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../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 66fdf2f..56cb15d 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=v8.0.1 - - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v8.0.1 + - https://github.com/kubernetes-csi/external-snapshotter/client/config/crd?ref=v8.1.0 + - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v8.1.0 commonAnnotations: argocd.argoproj.io/sync-wave: "-10"