Skip to content

Commit de3a0e7

Browse files
authored
chore!: remove Keptn scheduler (#3821)
Signed-off-by: odubajDT <[email protected]>
1 parent 5be9abe commit de3a0e7

File tree

96 files changed

+58
-9345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+58
-9345
lines changed

.github/.kubescape/exceptions.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,6 @@
122122
"alertOnly"
123123
],
124124
"resources": [
125-
{
126-
"designatorType": "Attributes",
127-
"attributes": {
128-
"kind": "ServiceAccount",
129-
"name": "keptn-scheduler"
130-
}
131-
},
132125
{
133126
"designatorType": "Attributes",
134127
"attributes": {

.github/actions/deploy-keptn-on-cluster/values/values-integration-allowed-namespaces.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ lifecycleOperator:
1717
env:
1818
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
1919
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
20-
scheduler:
21-
imagePullPolicy: Never
22-
image:
23-
tag: $TAG
2420
allowedNamespaces: [allowed-ns-test]

.github/actions/deploy-keptn-on-cluster/values/values-integration-cert-manager.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ lifecycleOperator:
1717
env:
1818
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
1919
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
20-
scheduler:
21-
imagePullPolicy: Never
22-
image:
23-
tag: $TAG

.github/actions/deploy-keptn-on-cluster/values/values-integration-gates_on-cert_manager_io_off.yaml renamed to .github/actions/deploy-keptn-on-cluster/values/values-integration-cert_manager_io_off.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ lifecycleOperator:
2020
env:
2121
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
2222
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
23-
scheduler:
24-
imagePullPolicy: Never
25-
image:
26-
tag: $TAG
27-
schedulingGatesEnabled: true

.github/actions/deploy-keptn-on-cluster/values/values-integration-gates_off-cert_manager_io_on.yaml renamed to .github/actions/deploy-keptn-on-cluster/values/values-integration-cert_manager_io_on.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ lifecycleOperator:
1818
env:
1919
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
2020
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
21-
scheduler:
22-
imagePullPolicy: Never
23-
image:
24-
tag: $TAG
25-
schedulingGatesEnabled: false

.github/actions/deploy-keptn-on-cluster/values/values-integration-gates_off-cert_manager_io_off.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/actions/deploy-keptn-on-cluster/values/values-integration-lifecycle.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ lifecycleOperator:
1818
env:
1919
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
2020
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
21-
scheduler:
22-
imagePullPolicy: Never
23-
image:
24-
tag: $TAG
25-
schedulingGatesEnabled: true

.github/actions/deploy-keptn-on-cluster/values/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ lifecycleOperator:
1919
env:
2020
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
2121
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
22-
scheduler:
23-
imagePullPolicy: Never
24-
image:
25-
tag: $TAG

.github/labeler.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ lifecycle-operator:
99
- any-glob-to-any-file:
1010
- lifecycle-operator/**/*
1111

12-
scheduler:
13-
- changed-files:
14-
- any-glob-to-any-file:
15-
- scheduler/**/*
16-
1712
metrics-operator:
1813
- changed-files:
1914
- any-glob-to-any-file:

0 commit comments

Comments
 (0)