
Prepare for release 0.20.1 Improvements: * `vault-k8s` updated to 0.16.1 CHANGES: * `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737) * Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736) Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
18 lines
417 B
YAML
18 lines
417 B
YAML
# These overrides are appropriate defaults for deploying this chart on OpenShift
|
|
|
|
global:
|
|
openshift: true
|
|
|
|
injector:
|
|
image:
|
|
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
|
|
tag: "0.16.1-ubi"
|
|
|
|
agentImage:
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
|
tag: "1.10.3-ubi"
|
|
|
|
server:
|
|
image:
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
|
tag: "1.10.3-ubi"
|