fix helm validate workflow
This commit is contained in:
parent
c593120e46
commit
db49b77556
2 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- helm/*
|
- helm/**
|
||||||
|
- .forgejo/workflows/validate-helm-render.yaml
|
||||||
jobs:
|
jobs:
|
||||||
render-helm:
|
render-helm:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: library/alpine
|
image: library/alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --no-cache nodejs git helm kubectl
|
- run: apk add --no-cache nodejs git helm kubectl bash
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v3
|
||||||
- run: helm/render-all.sh
|
- run: ./helm/render-all.sh
|
||||||
- run: git diff --exit-code
|
- run: git diff --exit-code
|
||||||
|
|
|
@ -34,5 +34,5 @@ helmCharts:
|
||||||
# repository: jankysolutions/infra/openbao
|
# repository: jankysolutions/infra/openbao
|
||||||
# tag: latest
|
# tag: latest
|
||||||
releaseName: openbao
|
releaseName: openbao
|
||||||
version: 0.5.1
|
version: 0.5.0
|
||||||
repo: https://openbao.github.io/openbao-helm
|
repo: https://openbao.github.io/openbao-helm
|
||||||
|
|
Loading…
Reference in a new issue