You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2024/01/23 18:09:49 UTC

(superset) branch master updated: chore: do not mark helm releases as github latest (#26753)

This is an automated email from the ASF dual-hosted git repository.

elizabeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 14c3e2bf70 chore: do not mark helm releases as github latest (#26753)
14c3e2bf70 is described below

commit 14c3e2bf70dc6f4d2092ed1211f0ee4e8894e569
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Tue Jan 23 10:09:42 2024 -0800

    chore: do not mark helm releases as github latest (#26753)
---
 .github/workflows/superset-helm-release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml
index e75186609c..2d458d125b 100644
--- a/.github/workflows/superset-helm-release.yml
+++ b/.github/workflows/superset-helm-release.yml
@@ -38,6 +38,7 @@ jobs:
         uses: ./.github/actions/chart-releaser-action
         with:
           charts_dir: helm
+          mark_as_latest: false
         env:
           CR_TOKEN: "${{ github.token }}"
           CR_RELEASE_NAME_TEMPLATE: "superset-helm-chart-{{ .Version }}"