diff --git a/.github/workflows/helm_release.yaml b/.github/workflows/helm_release.yaml index 20b168985..f191b5e84 100644 --- a/.github/workflows/helm_release.yaml +++ b/.github/workflows/helm_release.yaml @@ -27,5 +27,6 @@ jobs: uses: helm/chart-releaser-action@v1.6.0 with: skip_existing: true + mark_as_latest: false env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file