File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
.github/scripts/.helm-tests Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -15090,9 +15090,9 @@ spec:
1509015090 fieldRef:
1509115091 fieldPath: metadata.name
1509215092 - name: FUNCTION_RUNNER_IMAGE
15093- value: "ghcr.io/keptn/deno-runtime:v3.0.0 "
15093+ value: "ghcr.io/keptn/deno-runtime:v3.0.1 "
1509415094 - name: PYTHON_RUNNER_IMAGE
15095- value: "ghcr.io/keptn/python-runtime:v1.0.7 "
15095+ value: "ghcr.io/keptn/python-runtime:v1.0.8 "
1509615096 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1509715097 value: "0"
1509815098 - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Original file line number Diff line number Diff line change @@ -15092,9 +15092,9 @@ spec:
1509215092 fieldRef:
1509315093 fieldPath: metadata.name
1509415094 - name: FUNCTION_RUNNER_IMAGE
15095- value: "ghcr.io/keptn/deno-runtime:v3.0.0 "
15095+ value: "ghcr.io/keptn/deno-runtime:v3.0.1 "
1509615096 - name: PYTHON_RUNNER_IMAGE
15097- value: "ghcr.io/keptn/python-runtime:v1.0.7 "
15097+ value: "ghcr.io/keptn/python-runtime:v1.0.8 "
1509815098 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1509915099 value: "0"
1510015100 - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Original file line number Diff line number Diff line change @@ -11706,9 +11706,9 @@ spec:
1170611706 fieldRef:
1170711707 fieldPath: metadata.name
1170811708 - name: FUNCTION_RUNNER_IMAGE
11709- value: "ghcr.io/keptn/deno-runtime:v3.0.0 "
11709+ value: "ghcr.io/keptn/deno-runtime:v3.0.1 "
1171011710 - name: PYTHON_RUNNER_IMAGE
11711- value: "ghcr.io/keptn/python-runtime:v1.0.7 "
11711+ value: "ghcr.io/keptn/python-runtime:v1.0.8 "
1171211712 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1171311713 value: "0"
1171411714 - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Original file line number Diff line number Diff line change @@ -11998,9 +11998,9 @@ spec:
1199811998 fieldRef:
1199911999 fieldPath: metadata.name
1200012000 - name: FUNCTION_RUNNER_IMAGE
12001- value: "ghcr.io/keptn/deno-runtime:v3.0.0 "
12001+ value: "ghcr.io/keptn/deno-runtime:v3.0.1 "
1200212002 - name: PYTHON_RUNNER_IMAGE
12003- value: "ghcr.io/keptn/python-runtime:v1.0.7 "
12003+ value: "ghcr.io/keptn/python-runtime:v1.0.8 "
1200412004 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1200512005 value: "0"
1200612006 - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Original file line number Diff line number Diff line change @@ -15376,9 +15376,9 @@ spec:
1537615376 fieldRef:
1537715377 fieldPath: metadata.name
1537815378 - name: FUNCTION_RUNNER_IMAGE
15379- value: "ghcr.io/keptn/deno-runtime:v3.0.0 "
15379+ value: "ghcr.io/keptn/deno-runtime:v3.0.1 "
1538015380 - name: PYTHON_RUNNER_IMAGE
15381- value: "ghcr.io/keptn/python-runtime:v1.0.7 "
15381+ value: "ghcr.io/keptn/python-runtime:v1.0.8 "
1538215382 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1538315383 value: "0"
1538415384 - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ and application health checks
4444| ` lifecycleOperator.containerSecurityContext.runAsNonRoot ` | | ` true ` |
4545| ` lifecycleOperator.containerSecurityContext.runAsUser ` | | ` 65532 ` |
4646| ` lifecycleOperator.containerSecurityContext.seccompProfile.type ` | | ` RuntimeDefault ` |
47- | ` lifecycleOperator.env.functionRunnerImage ` | specify image for deno task runtime | ` ghcr.io/keptn/deno-runtime:v3.0.0 ` |
47+ | ` lifecycleOperator.env.functionRunnerImage ` | specify image for deno task runtime | ` ghcr.io/keptn/deno-runtime:v3.0.1 ` |
4848| ` lifecycleOperator.env.keptnAppControllerLogLevel ` | sets the log level of Keptn App Controller | ` 0 ` |
4949| ` lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel ` | sets the log level of Keptn App Creation Request Controller | ` 0 ` |
5050| ` lifecycleOperator.env.keptnAppVersionControllerLogLevel ` | sets the log level of Keptn AppVersion Controller | ` 0 ` |
@@ -55,7 +55,7 @@ and application health checks
5555| ` lifecycleOperator.env.keptnWorkloadVersionControllerLogLevel ` | sets the log level of Keptn WorkloadVersion Controller | ` 0 ` |
5656| ` lifecycleOperator.env.keptnDoraMetricsPort ` | sets the port for accessing lifecycle metrics in prometheus format | ` 2222 ` |
5757| ` lifecycleOperator.env.optionsControllerLogLevel ` | sets the log level of Keptn Options Controller | ` 0 ` |
58- | ` lifecycleOperator.env.pythonRunnerImage ` | specify image for python task runtime | ` ghcr.io/keptn/python-runtime:v1.0.7 ` |
58+ | ` lifecycleOperator.env.pythonRunnerImage ` | specify image for python task runtime | ` ghcr.io/keptn/python-runtime:v1.0.8 ` |
5959| ` lifecycleOperator.image.registry ` | specify the container registry for the lifecycle-operator image | ` "" ` |
6060| ` lifecycleOperator.image.repository ` | specify registry for manager image | ` keptn/lifecycle-operator ` |
6161| ` lifecycleOperator.image.tag ` | select tag for manager image | ` v1.2.0 ` |
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ lifecycleOperator:
8080 type : RuntimeDefault
8181# # @param lifecycleOperator.env.functionRunnerImage specify image for deno task runtime
8282 env :
83- functionRunnerImage : ghcr.io/keptn/deno-runtime:v3.0.0
83+ functionRunnerImage : ghcr.io/keptn/deno-runtime:v3.0.1
8484# # @param lifecycleOperator.env.keptnAppControllerLogLevel sets the log level of Keptn App Controller
8585 keptnAppControllerLogLevel : " 0"
8686# # @param lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel sets the log level of Keptn App Creation Request Controller
@@ -102,7 +102,7 @@ lifecycleOperator:
102102# # @param lifecycleOperator.env.optionsControllerLogLevel sets the log level of Keptn Options Controller
103103 optionsControllerLogLevel : " 0"
104104# # @param lifecycleOperator.env.pythonRunnerImage specify image for python task runtime
105- pythonRunnerImage : ghcr.io/keptn/python-runtime:v1.0.7
105+ pythonRunnerImage : ghcr.io/keptn/python-runtime:v1.0.8
106106 image :
107107# # @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image
108108 registry : " "
Original file line number Diff line number Diff line change 5656 fieldRef :
5757 fieldPath : metadata.name
5858 - name : FUNCTION_RUNNER_IMAGE
59- value : ghcr.io/keptn/deno-runtime:v3.0.0
59+ value : ghcr.io/keptn/deno-runtime:v3.0.1
6060 - name : PYTHON_RUNNER_IMAGE
61- value : ghcr.io/keptn/python-runtime:v1.0.7
61+ value : ghcr.io/keptn/python-runtime:v1.0.8
6262 - name : KEPTN_APP_CONTROLLER_LOG_LEVEL
6363 value : " 0"
6464 - name : KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
You can’t perform that action at this time.
0 commit comments