Skip to content

Commit

Permalink
deps: update ghcr.io/keptn/python-runtime docker tag to v1.0.3 (#3152)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: odubajDT <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
renovate[bot] and odubajDT authored Mar 1, 2024
1 parent d775416 commit 85d8fd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11472,7 +11472,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.2"
value: "ghcr.io/keptn/python-runtime:v1.0.3"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
value: "0"
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/lifecycle-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8881,7 +8881,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.2"
value: "ghcr.io/keptn/python-runtime:v1.0.3"
- 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 @@ -9195,7 +9195,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v2.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.2"
value: "ghcr.io/keptn/python-runtime:v1.0.3"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
value: "0"
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2` |
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.3` |
| `lifecycleOperator.image.registry` | specify the container registry for the lifecycle-operator image | `ghcr.io` |
| `lifecycleOperator.image.repository` | specify registry for manager image | `keptn/lifecycle-operator` |
| `lifecycleOperator.image.tag` | select tag for manager image | `v0.9.0` |
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.3
image:
## @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image
registry: ghcr.io
Expand Down

0 comments on commit 85d8fd0

Please sign in to comment.