From 216a4e13bf851856abf973b3f68e89b0e120550d Mon Sep 17 00:00:00 2001 From: georgekaz Date: Mon, 19 Jul 2021 21:01:17 +0100 Subject: [PATCH] Fix helm-release workflow (#2150) * add checkout step to helm releaser. Signed-off-by: George Kaz Increment version Signed-off-by: George Kaz * disable version check, revert version no. to last released Signed-off-by: George Kaz --- .github/workflows/helm-release.yaml | 5 +++++ .github/workflows/helm-test.yaml | 2 +- charts/kyverno/Chart.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 1da0e58a9a..498877108e 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -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: diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 25b96501a8..9aff29369c 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -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 diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index 4a0f23f6ca..b297190a41 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -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