diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0bd38..bf3c405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.4.0 (February 21st, 2020) + Improvements: * Allow process namespace sharing between Vault and sidecar containers [[GH-174](https://github.com/hashicorp/vault-helm/pull/174)] diff --git a/Chart.yaml b/Chart.yaml index 8a41081..a41283c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vault -version: 0.3.3 +version: 0.4.0 description: Install and configure Vault on Kubernetes. home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png diff --git a/values.yaml b/values.yaml index a5437bf..23a61f7 100644 --- a/values.yaml +++ b/values.yaml @@ -22,7 +22,7 @@ injector: # image sets the repo and tag of the vault-k8s image to use for the injector. image: repository: "hashicorp/vault-k8s" - tag: "0.1.2" + tag: "0.2.0" pullPolicy: IfNotPresent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent @@ -30,7 +30,7 @@ injector: # required. agentImage: repository: "vault" - tag: "1.3.1" + tag: "1.3.2" # namespaceSelector is the selector for restricting the webhook to only # specific namespaces. This should be set to a multiline string. @@ -76,7 +76,7 @@ server: image: repository: "vault" - tag: "1.3.1" + tag: "1.3.2" # Overrides the default Image Pull Policy pullPolicy: IfNotPresent