infra/helm/openbao/kustomization.yaml
Renovate Bot 4b5f53b6c1
Some checks failed
/ render-helm (push) Failing after 21s
chore(deps): update helm release openbao to v0.7.0
2024-12-02 00:02:14 +00:00

38 lines
891 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openbao
helmCharts:
- name: openbao
valuesInline:
fullnameOverride: openbao
global:
namespace: openbao
injector:
enabled: false
server:
image:
registry: git.janky.solutions
repository: jankysolutions/infra/openbao
tag: latest
ha:
enabled: true
raft:
enabled: true
ui:
enabled: true
csi:
enabled: true
debug: true
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
releaseName: openbao
version: 0.7.0
repo: https://openbao.github.io/openbao-helm