fix openshift values to use openbao docker images
Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
parent
534811b617
commit
18652008f4
1 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue