gitea workflow for build and push smarti-helm-chart #1

Merged
simon merged 15 commits from add-helm-chart-test into master 2024-02-25 12:36:28 +00:00
Showing only changes of commit 27ac839440 - Show all commits

View File

@ -17,6 +17,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 # all history for all branches and tags fetch-depth: 0 # all history for all branches and tags
- run: apt install helm -y - name: Install Helm
- run: helm lint . run: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- run: helm package . - name: Lint Helm Chart
run: helm lint .
- name: pack helm release
run: helm package .