Remove helm2 support and update docs

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-11-24 18:12:24 -03:00
parent 5a282c0167
commit 4ac3e1ff2c
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
5 changed files with 21 additions and 30 deletions

View file

@ -49,6 +49,6 @@ jobs:
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-rc.2
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}"