doc: update vault-k8s version (#8085)
This commit is contained in:
parent
0d0f5d2e98
commit
78d47b0fe2
|
@ -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.0"`) - 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.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.
|
||||
|
||||
* `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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue