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:
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...'
|
||||
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/
|
||||
|
|
Loading…
Add table
Reference in a new issue