Skip to content

Commit

Permalink
chore!: remove Keptn scheduler (#3821)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Nov 4, 2024
1 parent 5be9abe commit de3a0e7
Show file tree
Hide file tree
Showing 96 changed files with 58 additions and 9,345 deletions.
7 changes: 0 additions & 7 deletions .github/.kubescape/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,6 @@
"alertOnly"
],
"resources": [
{
"designatorType": "Attributes",
"attributes": {
"kind": "ServiceAccount",
"name": "keptn-scheduler"
}
},
{
"designatorType": "Attributes",
"attributes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ lifecycleOperator:
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
scheduler:
imagePullPolicy: Never
image:
tag: $TAG
allowedNamespaces: [allowed-ns-test]
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ lifecycleOperator:
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
scheduler:
imagePullPolicy: Never
image:
tag: $TAG
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ lifecycleOperator:
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
scheduler:
imagePullPolicy: Never
image:
tag: $TAG
schedulingGatesEnabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ lifecycleOperator:
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
scheduler:
imagePullPolicy: Never
image:
tag: $TAG
schedulingGatesEnabled: false

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ lifecycleOperator:
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
scheduler:
imagePullPolicy: Never
image:
tag: $TAG
schedulingGatesEnabled: true
4 changes: 0 additions & 4 deletions .github/actions/deploy-keptn-on-cluster/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ lifecycleOperator:
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
scheduler:
imagePullPolicy: Never
image:
tag: $TAG
5 changes: 0 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ lifecycle-operator:
- any-glob-to-any-file:
- lifecycle-operator/**/*

scheduler:
- changed-files:
- any-glob-to-any-file:
- scheduler/**/*

metrics-operator:
- changed-files:
- any-glob-to-any-file:
Expand Down
Loading

0 comments on commit de3a0e7

Please sign in to comment.