1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

Update .github/workflows/helm-release.yaml

Co-authored-by: Michael Barrientos <mbarrien@users.noreply.github.com>
This commit is contained in:
Yuvraj 2020-05-27 11:41:47 +05:30 committed by GitHub
parent 37964ebc55
commit 726ab935ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
echo 'Version already exist, impossible to continue...'
exit 1
fi
- name: Check sintax
- name: Check syntax
run: helm lint charts/kyverno/
- name: Create package
run: |
@ -40,4 +40,4 @@ jobs:
- name: Reindex repo
run: |
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/