Skip to content

Commit

Permalink
Add notes to explain how to change the recurring scans (#29)
Browse files Browse the repository at this point in the history
* run only in KS org

* Update Chart.yaml (#30)

* Update .github/workflows/helm-chart-release.yaml

Co-authored-by: David Wertenteil <[email protected]>

* Update .github/workflows/helm-chart-release.yaml

Co-authored-by: David Wertenteil <[email protected]>

Co-authored-by: David Wertenteil <[email protected]>
  • Loading branch information
Bezbran and David Wertenteil authored Dec 22, 2022
1 parent 27ab423 commit ca99912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
release:
if: ${{ github.repository_owner == 'kubescape' }} # run only in KS org
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions charts/kubescape-prometheus-integrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca99912

Please sign in to comment.