This commit is contained in:
parent
d463212740
commit
37abaf1e28
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- helm/*
|
- helm/**
|
||||||
- .forgejo/workflows/validate-helm-render.yaml
|
- .forgejo/workflows/validate-helm-render.yaml
|
||||||
jobs:
|
jobs:
|
||||||
render-helm:
|
render-helm:
|
||||||
|
|
|
@ -34,5 +34,5 @@ helmCharts:
|
||||||
# repository: jankysolutions/infra/openbao
|
# repository: jankysolutions/infra/openbao
|
||||||
# tag: latest
|
# tag: latest
|
||||||
releaseName: openbao
|
releaseName: openbao
|
||||||
version: 0.5.0
|
version: 0.5.1
|
||||||
repo: https://openbao.github.io/openbao-helm
|
repo: https://openbao.github.io/openbao-helm
|
||||||
|
|
Loading…
Reference in a new issue