Skip to content

Commit

Permalink
[cherry-pick] Add dev-v1 branch into helm releaser (#7428)
Browse files Browse the repository at this point in the history
* Add dev-v1 branch into helm releaser (#7424)

* chore: add link for artifacthub.io/prerelease annotations

Signed-off-by: Jintao Zhang <[email protected]>

Co-authored-by: Ricardo Katz <[email protected]>
  • Loading branch information
tao12345666333 and rikatz authored Aug 3, 2021
1 parent 86aed93 commit 3c0bfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Helm
on:
push:
branches:
- master
- main
- dev-v1

jobs:

Expand Down
2 changes: 2 additions & 0 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c0bfc1

Please sign in to comment.