force helm release to artifact hub (#8417)
* force helm release to artifact hub Signed-off-by: James Strong <strong.james.e@gmail.com> * update releaser version Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
ac3b86b2c3
commit
ad47d49216
2 changed files with 8 additions and 3 deletions
5
.github/workflows/helm.yaml
vendored
5
.github/workflows/helm.yaml
vendored
|
@ -60,9 +60,10 @@ jobs:
|
||||||
git config --global user.name "$GITHUB_ACTOR"
|
git config --global user.name "$GITHUB_ACTOR"
|
||||||
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Helm Chart Releaser
|
||||||
uses: helm/chart-releaser-action@c25b74a986eb925b398320414b576227f375f946 # v1.2.1
|
uses: helm/chart-releaser-action@v1.4.0
|
||||||
env:
|
env:
|
||||||
|
CR_SKIP_EXISTING: "false"
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -14,7 +14,9 @@ sources:
|
||||||
- https://github.com/kubernetes/ingress-nginx
|
- https://github.com/kubernetes/ingress-nginx
|
||||||
type: application
|
type: application
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: ChiefAlexander
|
- name: rikatz
|
||||||
|
- name: strongjz
|
||||||
|
- name: tao12345666333
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
kubeVersion: ">=1.19.0-0"
|
kubeVersion: ">=1.19.0-0"
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -26,3 +28,5 @@ annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "#8307 Nginx v1.19.10"
|
- "#8307 Nginx v1.19.10"
|
||||||
- "#8386 Alpine 3.14.4"
|
- "#8386 Alpine 3.14.4"
|
||||||
|
- "#8339 Patch OpenSSL CVE-2022-0778"
|
||||||
|
- "#8321 Vulnerability CVE-2022-23308 for libxml2"
|
||||||
|
|
Loading…
Reference in a new issue