-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename kubescape-cloud-operator to kubescape-operator Signed-off-by: Matthias Bertschy <[email protected]> * delete prometheus chart, move stuff to operator Signed-off-by: Matthias Bertschy <[email protected]> * implement capabilities and configurations Signed-off-by: Matthias Bertschy <[email protected]> * implement review comments Signed-off-by: Matthias Bertschy <[email protected]> --------- Signed-off-by: Matthias Bertschy <[email protected]>
- Loading branch information
Showing
99 changed files
with
1,154 additions
and
1,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
CHART_FILE: | ||
required: true | ||
type: string | ||
default: charts/kubescape-cloud-operator/Chart.yaml | ||
default: charts/kubescape-operator/Chart.yaml | ||
outputs: | ||
COMMIT_REF: | ||
description: "latest commit sha" | ||
|
@@ -57,13 +57,13 @@ jobs: | |
if: ${{ inputs.CHANGE_TAG }} | ||
uses: matanshk/yaml-tag-changer@main | ||
with: | ||
filename: charts/kubescape-cloud-operator/values.yaml | ||
filename: charts/kubescape-operator/values.yaml | ||
component_name: ${{ inputs.COMPONENT_NAME }} | ||
tag: ${{ inputs.IMAGE_TAG }} | ||
|
||
- name: cat-file-values-file | ||
if: ${{ inputs.CHANGE_TAG }} | ||
run: cat charts/kubescape-cloud-operator/values.yaml | ||
run: cat charts/kubescape-operator/values.yaml | ||
|
||
- name: Bump helm chart version | ||
id: bumper | ||
|
@@ -73,7 +73,7 @@ jobs: | |
chart_file: ${{ inputs.CHART_FILE }} | ||
|
||
- name: cat Chart.yaml | ||
run: cat charts/kubescape-cloud-operator/Chart.yaml | ||
run: cat charts/kubescape-operator/Chart.yaml | ||
|
||
- uses: stefanzweifel/[email protected] | ||
name: commit changes and push | ||
|
@@ -97,4 +97,4 @@ jobs: | |
run: echo ${{ steps.commit-ref.outputs.COMMIT_REF }} | ||
|
||
- name: output-pr-number | ||
run: echo ${{ steps.create-pr.outputs.pr_number }} | ||
run: echo ${{ steps.create-pr.outputs.pr_number }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
type: choice | ||
description: What chart do you want to release? | ||
options: | ||
- kubescape-cloud-operator | ||
- kubescape-operator | ||
|
||
workflow_call: | ||
inputs: | ||
|
@@ -47,5 +47,5 @@ jobs: | |
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
env: | ||
charts_dir: "charts/kubescape-cloud-operator" | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
charts_dir: "charts/kubescape-operator" | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
charts/kubescape-cloud-operator/Chart.yaml → charts/kubescape-operator/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.