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
parent 8ef3d40f93
commit 8b4aca6c16

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"