Merge pull request #35 from readur/renovate/helm-chart-releaser-action-1.x

chore(deps): update helm/chart-releaser-action action to v1.7.0
This commit is contained in:
Jon Fuller 2025-06-22 17:40:39 -07:00 committed by GitHub
commit 61a692a53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"