Skip to content

Commit

Permalink
VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
Browse files Browse the repository at this point in the history
1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
1.16 if we upgrade
  • Loading branch information
swenson authored Apr 27, 2022
1 parent 230bba4 commit 9b43054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/csi.bats
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ check_skip_csi() {
kubectl create namespace acceptance

# Install Secrets Store CSI driver
CSI_DRIVER_VERSION=1.1.2
CSI_DRIVER_VERSION=1.0.0
helm install secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts/secrets-store-csi-driver-${CSI_DRIVER_VERSION}.tgz?raw=true \
--wait --timeout=5m \
--namespace=acceptance \
Expand Down

0 comments on commit 9b43054

Please sign in to comment.