From 8c5226fc846bc213467f50e697e2a71604494fb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:09:42 +0100 Subject: [PATCH] deps: update ghcr.io/keptn/python-runtime docker tag to v1.0.2 (#2968) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger Signed-off-by: vickysomtee --- .github/scripts/.helm-tests/default/result.yaml | 2 +- .github/scripts/.helm-tests/lifecycle-only/result.yaml | 2 +- .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml | 2 +- lifecycle-operator/chart/README.md | 2 +- lifecycle-operator/chart/values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/scripts/.helm-tests/default/result.yaml b/.github/scripts/.helm-tests/default/result.yaml index b632adddaef..aa57ef54d06 100644 --- a/.github/scripts/.helm-tests/default/result.yaml +++ b/.github/scripts/.helm-tests/default/result.yaml @@ -11402,7 +11402,7 @@ spec: - name: FUNCTION_RUNNER_IMAGE value: "ghcr.io/keptn/deno-runtime:v1.0.2" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.1" + value: "ghcr.io/keptn/python-runtime:v1.0.2" - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL diff --git a/.github/scripts/.helm-tests/lifecycle-only/result.yaml b/.github/scripts/.helm-tests/lifecycle-only/result.yaml index 5dab11bf973..efc1be9d462 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/result.yaml @@ -8811,7 +8811,7 @@ spec: - name: FUNCTION_RUNNER_IMAGE value: "ghcr.io/keptn/deno-runtime:v1.0.2" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.1" + value: "ghcr.io/keptn/python-runtime:v1.0.2" - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL diff --git a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml index ec69e89e588..f3361eb53d5 100644 --- a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml @@ -9125,7 +9125,7 @@ spec: - name: FUNCTION_RUNNER_IMAGE value: "ghcr.io/keptn/deno-runtime:v1.0.2" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.1" + value: "ghcr.io/keptn/python-runtime:v1.0.2" - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL diff --git a/lifecycle-operator/chart/README.md b/lifecycle-operator/chart/README.md index 8fe37f534d7..b918d938c1b 100644 --- a/lifecycle-operator/chart/README.md +++ b/lifecycle-operator/chart/README.md @@ -53,7 +53,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.1` | +| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.2` | | `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.8.3` | diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index a36181b0295..c2950b3f0ac 100644 --- a/lifecycle-operator/chart/values.yaml +++ b/lifecycle-operator/chart/values.yaml @@ -97,7 +97,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.1 + pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.2 image: ## @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image registry: ghcr.io