Bump helm/chart-releaser-action from v1.0.0 to v1.1.0

Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from v1.0.0 to v1.1.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.0.0...565e7795cebb33bb2cf4f52ab8f779e21b9fa262)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-09 07:13:10 +00:00 committed by github-actions[bot]
parent ddd5d86ab5
commit 708320a390
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ jobs:
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"