Skip to content

Commit 3c0bfc1

Browse files
[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 <[email protected]> Co-authored-by: Ricardo Katz <[email protected]>
1 parent 86aed93 commit 3c0bfc1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/helm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Helm
33
on:
44
push:
55
branches:
6-
- master
6+
- main
7+
- dev-v1
78

89
jobs:
910

charts/ingress-nginx/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ maintainers:
1818
engine: gotpl
1919
kubeVersion: ">=1.19.0-0"
2020
annotations:
21+
# Use this annotation to indicate that this chart version is a pre-release.
22+
# https://artifacthub.io/docs/topics/annotations/helm/
2123
artifacthub.io/prerelease: "true"
2224
# List of changes for the release in artifacthub.io
2325
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog

0 commit comments

Comments
 (0)