2023-04-10 13:14:24 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-11-29 03:21:40 +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-10 13:14:24 +00:00
|
|
|
tag: "1.2.1-ubi"
|
2022-11-29 03:21:40 +00:00
|
|
|
|
|
|
|
agentImage:
|
|
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
2023-06-26 15:58:13 +00:00
|
|
|
tag: "1.14.0-ubi"
|
2022-11-29 03:21:40 +00:00
|
|
|
|
|
|
|
server:
|
|
|
|
image:
|
|
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
2023-06-26 15:58:13 +00:00
|
|
|
tag: "1.14.0-ubi"
|