fix openshift values to use openbao docker images

Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
jessebot 2024-05-22 18:34:43 +02:00 committed by Nathan A Phelps
parent 534811b617
commit 18652008f4

View file

@ -12,13 +12,15 @@ injector:
tag: "1.3.1-ubi" tag: "1.3.1-ubi"
agentImage: agentImage:
repository: "registry.connect.redhat.com/hashicorp/vault" registry: "quay.io"
tag: "1.15.2-ubi" repository: "openbao/openbao"
tag: "v2.0.0-alpha20240329-ubi"
server: server:
image: image:
repository: "registry.connect.redhat.com/hashicorp/vault" registry: "quay.io"
tag: "1.15.2-ubi" repository: "openbao/openbao"
tag: "v2.0.0-alpha20240329-ubi"
readinessProbe: readinessProbe:
path: "/v1/sys/health?uninitcode=204" path: "/v1/sys/health?uninitcode=204"