2023-02-13 16:48:20 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-06-16 20:54:22 +00:00
|
|
|
# These overrides are appropriate defaults for deploying this chart on OpenShift
|
|
|
|
|
|
|
|
global:
|
|
|
|
openshift: true
|
|
|
|
|
|
|
|
injector:
|
|
|
|
image:
|
|
|
|
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
|
2023-04-06 22:38:23 +00:00
|
|
|
tag: "1.2.1-ubi"
|
2021-06-16 20:54:22 +00:00
|
|
|
|
|
|
|
agentImage:
|
|
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
2023-04-03 23:44:13 +00:00
|
|
|
tag: "1.13.1-ubi"
|
2021-06-16 20:54:22 +00:00
|
|
|
|
|
|
|
server:
|
|
|
|
image:
|
|
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
2023-04-03 23:44:13 +00:00
|
|
|
tag: "1.13.1-ubi"
|