Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update helm/chart-releaser-action action to v1.7.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 21, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 941a555 commit 887a45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Install chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.7.0
with:
install_only: true

@@ -88,7 +88,7 @@ jobs:
done
- name: Publish charts
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.7.0
if: steps.package_charts.outputs.changed_charts != ''
with:
config: .github/cr-config.yaml

0 comments on commit 887a45f

Please sign in to comment.