Skip to content

Commit

Permalink
feat: upgrade ebs csi and snapshotting
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jun 21, 2024
1 parent c7a2877 commit fc658f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitops/base-install/ebs-csi/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc658f1

Please sign in to comment.