doc: update vault-helm to 0.3.2 (#8119)
This commit is contained in:
parent
aa1761fb03
commit
038d7bfc86
|
@ -35,7 +35,7 @@ and consider if they're appropriate for your deployment.
|
|||
|
||||
* `repository` (`string: "hashicorp/vault-k8s"`) - The name of the Docker image for Vault Agent Injector.
|
||||
|
||||
* `tag` (`string: "0.1.1"`) - The tag of the Docker image for the Vault Agent Injector. **This should be pinned to a specific version when running in production.** Otherwise, other changes to the chart may inadvertently upgrade your admission controller.
|
||||
* `tag` (`string: "0.1.2"`) - The tag of the Docker image for the Vault Agent Injector. **This should be pinned to a specific version when running in production.** Otherwise, other changes to the chart may inadvertently upgrade your admission controller.
|
||||
|
||||
* `pullPolicy` (`string: "IfNotPresent"`) - The pull policy for container images. The default pull policy is `IfNotPresent` which causes the Kubelet to skip pulling an image if it already exists.
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ $ git clone https://github.com/hashicorp/vault-helm.git
|
|||
$ cd vault-helm
|
||||
|
||||
# Checkout a tagged version
|
||||
$ git checkout v0.3.0
|
||||
$ git checkout v0.3.2
|
||||
|
||||
# Run Helm
|
||||
$ helm install --dry-run ./
|
||||
|
|
|
@ -62,7 +62,7 @@ $ git clone https://github.com/hashicorp/vault-helm.git
|
|||
$ cd vault-helm
|
||||
|
||||
# Checkout a tagged version
|
||||
$ git checkout v0.3.0
|
||||
$ git checkout v0.3.2
|
||||
|
||||
# Run Helm
|
||||
$ helm install --name vault ./
|
||||
|
|
|
@ -24,7 +24,7 @@ To install a new instance of Vault and the Vault Agent Injector, run the followi
|
|||
```bash
|
||||
helm install --name=vault \
|
||||
--set="injector.enabled=true" \
|
||||
https://github.com/hashicorp/vault-helm/archive/v0.3.0.tar.gz
|
||||
https://github.com/hashicorp/vault-helm/archive/v0.3.2.tar.gz
|
||||
```
|
||||
|
||||
Other values in the Helm chart can be used to limit the namespaces the injector
|
||||
|
|
Loading…
Reference in New Issue