From db49b7755671540e5709f3f9cb98b059382b30ce Mon Sep 17 00:00:00 2001 From: Finn Date: Tue, 10 Sep 2024 09:47:26 -0700 Subject: [PATCH] fix helm validate workflow --- .forgejo/workflows/validate-helm-render.yaml | 9 +++++---- helm/openbao/kustomization.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/validate-helm-render.yaml b/.forgejo/workflows/validate-helm-render.yaml index 641645d..3e7a87e 100644 --- a/.forgejo/workflows/validate-helm-render.yaml +++ b/.forgejo/workflows/validate-helm-render.yaml @@ -1,14 +1,15 @@ on: push: paths: - - helm/* + - helm/** + - .forgejo/workflows/validate-helm-render.yaml jobs: render-helm: runs-on: docker container: image: library/alpine steps: - - run: apk add --no-cache nodejs git helm kubectl - - uses: actions/checkout@v5 - - run: helm/render-all.sh + - run: apk add --no-cache nodejs git helm kubectl bash + - uses: actions/checkout@v3 + - run: ./helm/render-all.sh - run: git diff --exit-code diff --git a/helm/openbao/kustomization.yaml b/helm/openbao/kustomization.yaml index 15852eb..253e65b 100644 --- a/helm/openbao/kustomization.yaml +++ b/helm/openbao/kustomization.yaml @@ -34,5 +34,5 @@ helmCharts: # repository: jankysolutions/infra/openbao # tag: latest releaseName: openbao - version: 0.5.1 + version: 0.5.0 repo: https://openbao.github.io/openbao-helm