Update to 0.4.0 (#211)

This commit is contained in:
Jason O'Donnell 2020-02-21 14:56:30 -05:00 committed by GitHub
parent 2b0d91d614
commit 8a6419e623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -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)]

View file

@ -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

View file

@ -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