We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aed93 commit 3c0bfc1Copy full SHA for 3c0bfc1
.github/workflows/helm.yaml
@@ -3,7 +3,8 @@ name: Helm
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
+ - dev-v1
8
9
jobs:
10
charts/ingress-nginx/Chart.yaml
@@ -18,6 +18,8 @@ maintainers:
18
engine: gotpl
19
kubeVersion: ">=1.19.0-0"
20
annotations:
21
+ # Use this annotation to indicate that this chart version is a pre-release.
22
+ # https://artifacthub.io/docs/topics/annotations/helm/
23
artifacthub.io/prerelease: "true"
24
# List of changes for the release in artifacthub.io
25
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
0 commit comments