fix openbao image again
All checks were successful
/ render-helm (push) Successful in 19s

This commit is contained in:
Finn 2024-09-10 10:07:57 -07:00
parent eae6bccbd3
commit 6f568ffc4e
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: docker.io/hashicorp/vault-csi-provider:1.4.1 image: git.janky.solutions/jankysolutions/infra/openbao-csi-provider:latest
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: quay.io/openbao/openbao:2.0.1 image: git.janky.solutions/jankysolutions/infra/openbao:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: openbao-agent name: openbao-agent
ports: ports: