From add5e62bfbd7887573386282c972fc8dee07cce0 Mon Sep 17 00:00:00 2001 From: cpanato Date: Sun, 21 May 2023 10:50:31 +0200 Subject: [PATCH] not set as latest the chart --- .github/workflows/helm-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 55c427a..776dd6d 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -35,6 +35,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 + with: + mark_as_latest: false env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"