mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Fix helm-release workflow (#2150)
* add checkout step to helm releaser. Signed-off-by: George Kaz <egeorgekaz@gmail.com> Increment version Signed-off-by: George Kaz <egeorgekaz@gmail.com> * disable version check, revert version no. to last released Signed-off-by: George Kaz <egeorgekaz@gmail.com>
This commit is contained in:
parent
0fdd349849
commit
216a4e13bf
3 changed files with 7 additions and 2 deletions
5
.github/workflows/helm-release.yaml
vendored
5
.github/workflows/helm-release.yaml
vendored
|
@ -10,6 +10,11 @@ jobs:
|
|||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1
|
||||
with:
|
||||
|
|
2
.github/workflows/helm-test.yaml
vendored
2
.github/workflows/helm-test.yaml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
|||
uses: helm/chart-testing-action@v2.0.1
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
run: ct lint --target-branch=main --check-version-increment=true
|
||||
run: ct lint --target-branch=main --check-version-increment=false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v1
|
||||
name: kyverno
|
||||
version: v1.4.3
|
||||
version: v1.4.2
|
||||
appVersion: v1.4.1
|
||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||
description: Kubernetes Native Policy Management
|
||||
|
|
Loading…
Add table
Reference in a new issue