mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Update .github/workflows/helm-release.yaml
Co-authored-by: Michael Barrientos <mbarrien@users.noreply.github.com>
This commit is contained in:
parent
37964ebc55
commit
726ab935ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/helm-release.yaml
vendored
4
.github/workflows/helm-release.yaml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
echo 'Version already exist, impossible to continue...'
|
echo 'Version already exist, impossible to continue...'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Check sintax
|
- name: Check syntax
|
||||||
run: helm lint charts/kyverno/
|
run: helm lint charts/kyverno/
|
||||||
- name: Create package
|
- name: Create package
|
||||||
run: |
|
run: |
|
||||||
|
@ -40,4 +40,4 @@ jobs:
|
||||||
- name: Reindex repo
|
- name: Reindex repo
|
||||||
run: |
|
run: |
|
||||||
wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
|
wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
|
||||||
helm repo index --merge index.yaml --url ${{ env.HELM_CHART_URL }} gh-pages/helm-charts/
|
helm repo index --merge index.yaml --url ${{ env.HELM_CHART_URL }} gh-pages/helm-charts/
|
||||||
|
|
Loading…
Add table
Reference in a new issue