Merge pull request #766 from fluxcd/chart-linting-off

Disable Helm chart linting
This commit is contained in:
Stefan Prodan
2020-12-22 18:18:42 +02:00
committed by GitHub
+2 -1
View File
@@ -56,10 +56,11 @@ jobs:
run: |
docker buildx imagetools inspect ghcr.io/fluxcd/flagger:${{ steps.prep.outputs.VERSION }}
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
uses: stefanprodan/helm-gh-pages@v1.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_url: https://flagger.app
linting: off
- name: Create release
uses: actions/create-release@latest
env: