[incubator/vault] Upgrade to 0.11.1. (#7761)

Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
Jon Davies
2018-09-17 15:23:16 -07:00
committed by k8s-ci-robot
parent 4de2689148
commit 1faf7f7d68
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.13.1
appVersion: 0.11.0
version: 0.14.0
appVersion: 0.11.1
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
sources:
+1 -1
View File
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the Vault chart and the
| `imagePullSecret` | The name of the secret to use if pulling from a private registry | `nil` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.repository` | Container image to use | `vault` |
| `image.tag` | Container image tag to deploy | `0.11.0` |
| `image.tag` | Container image tag to deploy | `0.11.1` |
| `vault.dev` | Use Vault in dev mode | true (set to false in production) |
| `vault.extraEnv` | Extra env vars for Vault pods | `{}` |
| `vault.extraContainers` | Sidecar containers to add to the vault pod | `{}` |
+1 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 3
# imagePullSecret:
image:
repository: vault
tag: 0.11.0
tag: 0.11.1
pullPolicy: IfNotPresent
consulAgent: