Skip to content

Commit

Permalink
deps: bump python and deno runtimes to latest version (keptn#3295)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: vickysomtee <[email protected]>
  • Loading branch information
odubajDT authored and Vickysomtee committed Apr 22, 2024
1 parent 096ec96 commit 3a5ea34
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11469,9 +11469,9 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.2"
value: "ghcr.io/keptn/deno-runtime:v2.0.3"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.3"
value: "ghcr.io/keptn/python-runtime:v1.0.4"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
value: "0"
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/.helm-tests/lifecycle-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8884,9 +8884,9 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.2"
value: "ghcr.io/keptn/deno-runtime:v2.0.3"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.3"
value: "ghcr.io/keptn/python-runtime:v1.0.4"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
value: "0"
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9140,9 +9140,9 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.2"
value: "ghcr.io/keptn/deno-runtime:v2.0.3"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.3"
value: "ghcr.io/keptn/python-runtime:v1.0.4"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
value: "0"
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11783,9 +11783,9 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.2"
value: "ghcr.io/keptn/deno-runtime:v2.0.3"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.3"
value: "ghcr.io/keptn/python-runtime:v1.0.4"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
value: "0"
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Expand Down
4 changes: 2 additions & 2 deletions lifecycle-operator/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and application health checks
| `lifecycleOperator.containerSecurityContext.runAsNonRoot` | | `true` |
| `lifecycleOperator.containerSecurityContext.runAsUser` | | `65532` |
| `lifecycleOperator.containerSecurityContext.seccompProfile.type` | | `RuntimeDefault` |
| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v2.0.2` |
| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v2.0.3` |
| `lifecycleOperator.env.keptnAppControllerLogLevel` | sets the log level of Keptn App Controller | `0` |
| `lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel` | sets the log level of Keptn App Creation Request Controller | `0` |
| `lifecycleOperator.env.keptnAppVersionControllerLogLevel` | sets the log level of Keptn AppVersion Controller | `0` |
Expand All @@ -54,7 +54,7 @@ and application health checks
| `lifecycleOperator.env.keptnWorkloadVersionControllerLogLevel` | sets the log level of Keptn WorkloadVersion Controller | `0` |
| `lifecycleOperator.env.keptnDoraMetricsPort` | sets the port for accessing lifecycle metrics in prometheus format | `2222` |
| `lifecycleOperator.env.optionsControllerLogLevel` | sets the log level of Keptn Options Controller | `0` |
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.3` |
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.4` |
| `lifecycleOperator.image.registry` | specify the container registry for the lifecycle-operator image | `""` |
| `lifecycleOperator.image.repository` | specify registry for manager image | `keptn/lifecycle-operator` |
| `lifecycleOperator.image.tag` | select tag for manager image | `v0.9.1` |
Expand Down
4 changes: 2 additions & 2 deletions lifecycle-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lifecycleOperator:
type: RuntimeDefault
## @param lifecycleOperator.env.functionRunnerImage specify image for deno task runtime
env:
functionRunnerImage: ghcr.io/keptn/deno-runtime:v2.0.2
functionRunnerImage: ghcr.io/keptn/deno-runtime:v2.0.3
## @param lifecycleOperator.env.keptnAppControllerLogLevel sets the log level of Keptn App Controller
keptnAppControllerLogLevel: "0"
## @param lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel sets the log level of Keptn App Creation Request Controller
Expand All @@ -99,7 +99,7 @@ lifecycleOperator:
## @param lifecycleOperator.env.optionsControllerLogLevel sets the log level of Keptn Options Controller
optionsControllerLogLevel: "0"
## @param lifecycleOperator.env.pythonRunnerImage specify image for python task runtime
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.3
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.4
image:
## @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image
registry: ""
Expand Down

0 comments on commit 3a5ea34

Please sign in to comment.