Skip to content
Snippets Groups Projects
Unverified Commit 8a6419e6 authored by Jason O'Donnell's avatar Jason O'Donnell Committed by GitHub
Browse files

Update to 0.4.0 (#211)

parent 2b0d91d6
No related branches found
Tags v0.4.0
No related merge requests found
## 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)]
......
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment