Fix openbao csi driver images maybe
This commit is contained in:
parent
4511625be7
commit
0749802038
2 changed files with 10 additions and 10 deletions
|
@ -23,16 +23,16 @@ helmCharts:
|
|||
csi:
|
||||
enabled: true
|
||||
debug: true
|
||||
image:
|
||||
registry: git.janky.solutions
|
||||
repository: jankysolutions/infra/openbao-csi-provider
|
||||
tag: latest
|
||||
# image:
|
||||
# registry: git.janky.solutions
|
||||
# repository: jankysolutions/infra/openbao-csi-provider
|
||||
# tag: latest
|
||||
agent:
|
||||
logLevel: debug
|
||||
image:
|
||||
registry: git.janky.solutions
|
||||
repository: jankysolutions/infra/openbao
|
||||
tag: latest
|
||||
# image:
|
||||
# registry: git.janky.solutions
|
||||
# repository: jankysolutions/infra/openbao
|
||||
# tag: latest
|
||||
releaseName: openbao
|
||||
version: 0.5.1
|
||||
repo: https://openbao.github.io/openbao-helm
|
||||
|
|
|
@ -525,7 +525,7 @@ spec:
|
|||
env:
|
||||
- name: VAULT_ADDR
|
||||
value: unix:///var/run/vault/agent.sock
|
||||
image: git.janky.solutions/jankysolutions/infra/openbao-csi-provider:latest
|
||||
image: docker.io/hashicorp/vault-csi-provider:1.4.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 2
|
||||
|
@ -561,7 +561,7 @@ spec:
|
|||
value: debug
|
||||
- name: BAO_LOG_FORMAT
|
||||
value: standard
|
||||
image: git.janky.solutions/jankysolutions/infra/openbao:latest
|
||||
image: quay.io/openbao/openbao:2.0.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: openbao-agent
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue