mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/vault] Upgrade to 0.11.1. (#7761)
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 3
|
||||
# imagePullSecret:
|
||||
image:
|
||||
repository: vault
|
||||
tag: 0.11.0
|
||||
tag: 0.11.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
consulAgent:
|
||||
|
||||
Reference in New Issue
Block a user