Update to 0.3.2 (#166)

This commit is contained in:
Jason O'Donnell 2020-01-08 10:05:06 -05:00 committed by GitHub
parent 98e7e0a7c9
commit 551f292b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
## Unreleased ## Unreleased
## 0.3.2 (January 8th, 2020)
Bugs:
* Fixed injection bug where TLS Skip Verify was true by default [VK8S-35]
## 0.3.1 (January 2nd, 2020) ## 0.3.1 (January 2nd, 2020)
Bugs: Bugs:

View file

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: vault name: vault
version: 0.3.1 version: 0.3.2
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

View file

@ -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.1" tag: "0.1.2"
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