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"