[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 <zhangjintao9020@gmail.com>

Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
This commit is contained in:
Jintao Zhang 2021-08-04 01:45:04 +08:00 committed by GitHub
parent 86aed932b0
commit 3c0bfc1ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,8 @@ name: Helm
on: on:
push: push:
branches: branches:
- master - main
- dev-v1
jobs: jobs:

View file

@ -18,6 +18,8 @@ maintainers:
engine: gotpl engine: gotpl
kubeVersion: ">=1.19.0-0" kubeVersion: ">=1.19.0-0"
annotations: 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" artifacthub.io/prerelease: "true"
# List of changes for the release in artifacthub.io # List of changes for the release in artifacthub.io
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog