Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 11, 2024
1 parent f22aba3 commit 4e141ef
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ metricsOperator:
enabled: false

lifecycleOperator:
lifecycleOperator:
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
allowedNamespaces: [allowed-ns-test]
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ metricsOperator:
enabled: false

lifecycleOperator:
lifecycleOperator:
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ metricsOperator:

lifecycleOperator:
promotionTasksEnabled: true
lifecycleOperator:
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ metricsOperator:

lifecycleOperator:
promotionTasksEnabled: true
lifecycleOperator:
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ metricsOperator:

lifecycleOperator:
promotionTasksEnabled: true
lifecycleOperator:
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
13 changes: 6 additions & 7 deletions .github/actions/deploy-keptn-on-cluster/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ metricsOperator:

lifecycleOperator:
promotionTasksEnabled: true
lifecycleOperator:
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
imagePullPolicy: Never
image:
tag: $TAG
env:
functionRunnerImage: localhost:5000/keptn/deno-runtime:$TAG
pythonRunnerImage: localhost:5000/keptn/python-runtime:$TAG
3 changes: 2 additions & 1 deletion docs/blog/posts/keptn-helm-umbrella-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ certManager:

lifecycleOperator:
enabled: false # installation of lifecycle-operator is disabled
metricsOperator:

metricsOperator:
replicas: 3 # installing 3 replicas of metrics-operator
annotations: # setting custom annotations for metrics-operator
myMetricsKey: metricsValue1
Expand Down

0 comments on commit 4e141ef

Please sign in to comment.