From 3c0bfc1ca3eb48246b12e77d40bde1162633efae Mon Sep 17 00:00:00 2001 From: Jintao Zhang Date: Wed, 4 Aug 2021 01:45:04 +0800 Subject: [PATCH] [cherry-pick] Add dev-v1 branch into helm releaser (#7428) * Add dev-v1 branch into helm releaser (#7424) * chore: add link for artifacthub.io/prerelease annotations Signed-off-by: Jintao Zhang Co-authored-by: Ricardo Katz --- .github/workflows/helm.yaml | 3 ++- charts/ingress-nginx/Chart.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index af8b01448..7c54282de 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -3,7 +3,8 @@ name: Helm on: push: branches: - - master + - main + - dev-v1 jobs: diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index d5f0f11d7..41c181fe7 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -18,6 +18,8 @@ maintainers: engine: gotpl kubeVersion: ">=1.19.0-0" annotations: + # Use this annotation to indicate that this chart version is a pre-release. + # https://artifacthub.io/docs/topics/annotations/helm/ artifacthub.io/prerelease: "true" # List of changes for the release in artifacthub.io # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog