From 0d2deaa0d26fef6c6797d1f482e7c3e6fc4c6a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:34:01 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-csi/external-snapshotter to v8.5.0 --- .../components/ebs-csi/snapshot-controller/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitops/components/ebs-csi/snapshot-controller/kustomization.yaml b/gitops/components/ebs-csi/snapshot-controller/kustomization.yaml index 88958a5..bf0fffc 100644 --- a/gitops/components/ebs-csi/snapshot-controller/kustomization.yaml +++ b/gitops/components/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.4.0 - - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v8.4.0 + - https://github.com/kubernetes-csi/external-snapshotter/client/config/crd?ref=v8.5.0 + - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v8.5.0 commonAnnotations: argocd.argoproj.io/sync-wave: "-10"