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-10-27 20:18:07 +00:00
|
|
|
tag: "1.3.1-ubi"
|
2021-06-16 20:54:22 +00:00
|
|
|
|
|
|
|
agentImage:
|
2024-05-22 16:34:43 +00:00
|
|
|
registry: "quay.io"
|
|
|
|
repository: "openbao/openbao"
|
2024-10-06 20:48:11 +00:00
|
|
|
tag: "v2.0.2-ubi"
|
2021-06-16 20:54:22 +00:00
|
|
|
|
|
|
|
server:
|
|
|
|
image:
|
2024-05-22 16:34:43 +00:00
|
|
|
registry: "quay.io"
|
|
|
|
repository: "openbao/openbao"
|
2024-10-06 20:48:11 +00:00
|
|
|
tag: "v2.0.2-ubi"
|
2023-10-26 07:08:53 +00:00
|
|
|
|
|
|
|
readinessProbe:
|
|
|
|
path: "/v1/sys/health?uninitcode=204"
|