aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/helm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/helm.yml')
-rw-r--r--.github/workflows/helm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml
index bf62a1c1..9a5eb2b6 100644
--- a/.github/workflows/helm.yml
+++ b/.github/workflows/helm.yml
@@ -32,7 +32,7 @@ jobs:
version: v3.10.0
- name: Run chart-releaser
- uses: helm/chart-releaser-action@v1.4.1
+ uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d # specific commit, since `mark_as_latest` is not yet in a release
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with: