diff --git a/incubator/vault/Chart.yaml b/incubator/vault/Chart.yaml index 36cb90d69d..bf1082210a 100644 --- a/incubator/vault/Chart.yaml +++ b/incubator/vault/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for Vault, a tool for managing secrets name: vault -version: 0.21.2 +version: 0.21.3 appVersion: 1.1.2 home: https://www.vaultproject.io/ icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg diff --git a/incubator/vault/README.md b/incubator/vault/README.md index 215b2400f2..a817368b3f 100644 --- a/incubator/vault/README.md +++ b/incubator/vault/README.md @@ -66,6 +66,8 @@ The following table lists the configurable parameters of the Vault chart and the | `resources.limits.cpu` | Container requested CPU | `nil` | | `resources.limits.memory` | Container requested memory | `nil` | | `affinity` | Affinity settings | See values.yaml | +| `nodeSelector` | Node labels for pod assignment | `{}` | +| `tolerations` | Tolerations for node taints | `[]` | | `service.loadBalancerIP` | Assign a static IP to the loadbalancer | `nil` | | `service.loadBalancerSourceRanges`| IP whitelist for service type loadbalancer | `[]` | | `service.annotations` | Annotations for service | `{}` |