diff --git a/gitops/base-install/ebs-csi/install.yaml b/gitops/base-install/ebs-csi/install.yaml index 22d1b02..a0c45fc 100644 --- a/gitops/base-install/ebs-csi/install.yaml +++ b/gitops/base-install/ebs-csi/install.yaml @@ -14,7 +14,7 @@ spec: targetRevision: main - chart: aws-ebs-csi-driver repoURL: https://kubernetes-sigs.github.io/aws-ebs-csi-driver - targetRevision: 2.27.0 + targetRevision: 2.31.0 helm: # TODO: figure out correct roles for controller vs node releaseName: aws-ebs-csi-driver diff --git a/gitops/base-install/ebs-csi/snapshot-controller/kustomization.yaml b/gitops/base-install/ebs-csi/snapshot-controller/kustomization.yaml index c973123..66fdf2f 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=v7.0.2 - - https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=v7.0.2 + - 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 commonAnnotations: argocd.argoproj.io/sync-wave: "-10"