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"
|
||||
|
||||
agentImage:
|
||||
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||||
tag: "1.15.2-ubi"
|
||||
registry: "quay.io"
|
||||
repository: "openbao/openbao"
|
||||
tag: "v2.0.0-alpha20240329-ubi"
|
||||
|
||||
server:
|
||||
image:
|
||||
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||||
tag: "1.15.2-ubi"
|
||||
registry: "quay.io"
|
||||
repository: "openbao/openbao"
|
||||
tag: "v2.0.0-alpha20240329-ubi"
|
||||
|
||||
readinessProbe:
|
||||
path: "/v1/sys/health?uninitcode=204"
|
||||
|
|
Loading…
Reference in a new issue