.gitea/workflows/build.yml aktualisiert
This commit is contained in:
@@ -26,13 +26,14 @@ jobs:
|
|||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
run: |
|
run: |
|
||||||
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
|
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
|
||||||
helm version
|
helm version
|
||||||
|
|
||||||
- name: Package Helm Chart
|
- name: Package Helm Chart
|
||||||
run: |
|
run: |
|
||||||
helm lint .
|
helm dependency update ${{ env.APP }}
|
||||||
helm package .
|
helm lint ${{ env.APP }}
|
||||||
|
helm package ${{ env.APP }}
|
||||||
|
|
||||||
- name: Upload Helm Package to repo
|
- name: Upload Helm Package to repo
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user