diff --git a/incubator/vault/Chart.yaml b/incubator/vault/Chart.yaml index 7e3e566b1e..76d3ab0837 100644 --- a/incubator/vault/Chart.yaml +++ b/incubator/vault/Chart.yaml @@ -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: diff --git a/incubator/vault/README.md b/incubator/vault/README.md index de7b0e346d..3c850553ec 100644 --- a/incubator/vault/README.md +++ b/incubator/vault/README.md @@ -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 | `{}` | diff --git a/incubator/vault/values.yaml b/incubator/vault/values.yaml index 3e73268e9b..db08d92e7c 100644 --- a/incubator/vault/values.yaml +++ b/incubator/vault/values.yaml @@ -6,7 +6,7 @@ replicaCount: 3 # imagePullSecret: image: repository: vault - tag: 0.11.0 + tag: 0.11.1 pullPolicy: IfNotPresent consulAgent: