diff --git a/CHANGELOG.md b/CHANGELOG.md index 8454d28..52cab27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/test/acceptance/csi.bats b/test/acceptance/csi.bats index c7c6549..57b5070 100644 --- a/test/acceptance/csi.bats +++ b/test/acceptance/csi.bats @@ -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 \ diff --git a/values.yaml b/values.yaml index ed4f80f..891129e 100644 --- a/values.yaml +++ b/values.yaml @@ -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