openbao-helm/charts/openbao/values.openshift.yaml
jessebot 18652008f4 fix openshift values to use openbao docker images
Signed-off-by: jessebot <jessebot@linux.com>
2024-05-29 10:43:12 -04:00

26 lines
565 B
YAML

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# 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.3.1-ubi"
agentImage:
registry: "quay.io"
repository: "openbao/openbao"
tag: "v2.0.0-alpha20240329-ubi"
server:
image:
registry: "quay.io"
repository: "openbao/openbao"
tag: "v2.0.0-alpha20240329-ubi"
readinessProbe:
path: "/v1/sys/health?uninitcode=204"