Skip to content

Commit

Permalink
fix: update chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Nov 7, 2024
1 parent 0d1df20 commit dff8486
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-releaser-kusk-gateway-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-releaser-testkube-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
./main_chart_releaser.sh --main-chart true
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-releaser-tracetest-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
Expand Down

0 comments on commit dff8486

Please sign in to comment.