VAULT-5838 Update CSI provider to 1.1.0 (#721)
* VAULT-5838 Update CSI provider to 1.1.0 * Update test/acceptance/csi.bats Co-authored-by: Theron Voran <tvoran@users.noreply.github.com> Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
parent
87e456754b
commit
230bba4706
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ CHANGES:
|
|||
* `global.enabled` now works as documented, that is, setting `global.enabled` to false will disable everything, with individual components able to be turned on individually [GH-703](https://github.com/hashicorp/vault-helm/pull/703)
|
||||
* Default value of `-` used for injector and server to indicate that they follow `global.enabled`. [GH-703](https://github.com/hashicorp/vault-helm/pull/703)
|
||||
* Vault default image to 1.9.3
|
||||
* CSI provider default image to 1.0.0
|
||||
* CSI provider default image to 1.1.0
|
||||
* Earliest Kubernetes version tested is now 1.16
|
||||
|
||||
Improvements:
|
||||
|
|
|
@ -17,7 +17,7 @@ check_skip_csi() {
|
|||
kubectl create namespace acceptance
|
||||
|
||||
# Install Secrets Store CSI driver
|
||||
CSI_DRIVER_VERSION=1.0.0
|
||||
CSI_DRIVER_VERSION=1.1.2
|
||||
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 \
|
||||
|
|
|
@ -825,7 +825,7 @@ csi:
|
|||
|
||||
image:
|
||||
repository: "hashicorp/vault-csi-provider"
|
||||
tag: "1.0.0"
|
||||
tag: "1.1.0"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# volumes is a list of volumes made available to all containers. These are rendered
|
||||
|
|
Loading…
Reference in a new issue