Update to 0.3.1 (#162)
This commit is contained in:
parent
3e91343f6d
commit
98e7e0a7c9
3 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.3.1 (January 2nd, 2020)
|
||||||
|
|
||||||
|
Bugs:
|
||||||
|
|
||||||
|
* Fixed injection bug causing kube-system pods to be rejected [VK8S-14]
|
||||||
|
|
||||||
## 0.3.0 (December 19th, 2019)
|
## 0.3.0 (December 19th, 2019)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: vault
|
name: vault
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
description: Install and configure Vault on Kubernetes.
|
description: Install and configure Vault on Kubernetes.
|
||||||
home: https://www.vaultproject.io
|
home: https://www.vaultproject.io
|
||||||
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
||||||
|
|
|
@ -18,7 +18,7 @@ injector:
|
||||||
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault-k8s"
|
repository: "hashicorp/vault-k8s"
|
||||||
tag: "0.1.0"
|
tag: "0.1.1"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
|
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
|
||||||
|
|
Loading…
Reference in a new issue