From ca999127399ebcf628fa04650dd21a0ab3b06ea3 Mon Sep 17 00:00:00 2001 From: Bezbran Date: Thu, 22 Dec 2022 10:58:46 +0200 Subject: [PATCH] Add notes to explain how to change the recurring scans (#29) * run only in KS org * Update Chart.yaml (#30) * Update .github/workflows/helm-chart-release.yaml Co-authored-by: David Wertenteil * Update .github/workflows/helm-chart-release.yaml Co-authored-by: David Wertenteil Co-authored-by: David Wertenteil --- .github/workflows/helm-chart-release.yaml | 1 + charts/kubescape-prometheus-integrator/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-release.yaml b/.github/workflows/helm-chart-release.yaml index 2d0cb9b4..714a54fd 100644 --- a/.github/workflows/helm-chart-release.yaml +++ b/.github/workflows/helm-chart-release.yaml @@ -10,6 +10,7 @@ on: jobs: release: + if: ${{ github.repository_owner == 'kubescape' }} # run only in KS org runs-on: ubuntu-latest steps: - name: Checkout diff --git a/charts/kubescape-prometheus-integrator/Chart.yaml b/charts/kubescape-prometheus-integrator/Chart.yaml index beae2ba5..2e577afc 100644 --- a/charts/kubescape-prometheus-integrator/Chart.yaml +++ b/charts/kubescape-prometheus-integrator/Chart.yaml @@ -5,9 +5,9 @@ description: type: application -version: 0.0.3 +version: 0.0.4 -appVersion: "v0.0.3" +appVersion: "v0.0.4" maintainers: - name: Ben Hirschberg