Skip to content

Commit efeb291

Browse files
Update helm/chart-releaser-action action to v1.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 924fb9b commit efeb291

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chart-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# run: .github/generate-chart-changelogs.sh
102102

103103
- name: Run chart-releaser
104-
uses: helm/chart-releaser-action@v1.6.0
104+
uses: helm/chart-releaser-action@v1.7.0
105105
with:
106106
config: .github/cr.yaml
107107
charts_repo_url: https://charts.portefaix.xyz

.github/workflows/chart-release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
6060
6161
- name: Run chart-releaser
62-
uses: helm/chart-releaser-action@v1.6.0
62+
uses: helm/chart-releaser-action@v1.7.0
6363
with:
6464
config: .github/ct.yaml
6565
env:

.github/workflows/chart-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
6666
6767
- name: Run chart-releaser
68-
uses: helm/chart-releaser-action@v1.6.0
68+
uses: helm/chart-releaser-action@v1.7.0
6969
with:
7070
config: .github/ct.yaml
7171
env:

0 commit comments

Comments
 (0)