Fix openbao csi driver images maybe

This commit is contained in:
Finn 2024-09-10 09:39:36 -07:00
parent 4511625be7
commit 0749802038
2 changed files with 10 additions and 10 deletions

View file

@ -23,16 +23,16 @@ helmCharts:
csi: csi:
enabled: true enabled: true
debug: true debug: true
image: # image:
registry: git.janky.solutions # registry: git.janky.solutions
repository: jankysolutions/infra/openbao-csi-provider # repository: jankysolutions/infra/openbao-csi-provider
tag: latest # tag: latest
agent: agent:
logLevel: debug logLevel: debug
image: # image:
registry: git.janky.solutions # registry: git.janky.solutions
repository: jankysolutions/infra/openbao # repository: jankysolutions/infra/openbao
tag: latest # tag: latest
releaseName: openbao releaseName: openbao
version: 0.5.1 version: 0.5.1
repo: https://openbao.github.io/openbao-helm repo: https://openbao.github.io/openbao-helm

View file

@ -525,7 +525,7 @@ spec:
env: env:
- name: VAULT_ADDR - name: VAULT_ADDR
value: unix:///var/run/vault/agent.sock 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 imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 2 failureThreshold: 2
@ -561,7 +561,7 @@ spec:
value: debug value: debug
- name: BAO_LOG_FORMAT - name: BAO_LOG_FORMAT
value: standard value: standard
image: git.janky.solutions/jankysolutions/infra/openbao:latest image: quay.io/openbao/openbao:2.0.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: openbao-agent name: openbao-agent
ports: ports: