19 lines
416 B
YAML
19 lines
416 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: "1.1.0-ubi"
|
||
|
|
||
|
agentImage:
|
||
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||
|
tag: "1.12.1-ubi"
|
||
|
|
||
|
server:
|
||
|
image:
|
||
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||
|
tag: "1.12.1-ubi"
|