mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
comment out reindex for testing
This commit is contained in:
parent
02aabbb08a
commit
0db01bed80
1 changed files with 4 additions and 4 deletions
8
.github/workflows/helm-release.yaml
vendored
8
.github/workflows/helm-release.yaml
vendored
|
@ -38,10 +38,10 @@ jobs:
|
|||
run: |
|
||||
mkdir -p output/helm-charts/
|
||||
helm package charts/kyverno/ -d output/helm-charts/
|
||||
- name: Reindex repo
|
||||
run: |
|
||||
wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
|
||||
helm repo index --merge index.yaml --url ${{ env.HELM_CHART_URL }} output/helm-charts/
|
||||
# - name: Reindex repo
|
||||
# run: |
|
||||
# wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
|
||||
# helm repo index --merge index.yaml --url ${{ env.HELM_CHART_URL }} output/helm-charts/
|
||||
- name: Release
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue