We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d7fb38 + d63ce07 commit c6d1e7dCopy full SHA for c6d1e7d
.github/workflows/release.yaml
@@ -28,10 +28,10 @@ jobs:
28
29
# https://github.com/helm/chart-releaser-action
30
- name: Run chart-releaser
31
- uses: helm/chart-releaser-action@v1.5.0
+ uses: helm/chart-releaser-action@v1.6.0
32
with:
33
charts_dir: charts
34
- charts_repo_url: https://kubebb.github.io/components/
+ skip_existing: true
35
# FIXME: uncomment this once customized configuration is needed
36
# config: cr.yaml
37
env:
0 commit comments