mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 19:28:55 +00:00
Bump Helm version (#2167)
* bump helm version Signed-off-by: Shuting Zhao <shutting06@gmail.com> * update helm-release trigger paths Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
parent
216a4e13bf
commit
2de0af635e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/helm-release.yaml
vendored
3
.github/workflows/helm-release.yaml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
- 'main'
|
||||
paths:
|
||||
- 'charts/kyverno/Chart.yaml'
|
||||
- '.github/workflows/helm-release.yaml'
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
|
@ -18,7 +19,7 @@ jobs:
|
|||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: v3.4.0
|
||||
version: v3.4.1
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: stefanprodan/helm-gh-pages@v1.4.1
|
||||
|
|
Loading…
Add table
Reference in a new issue