From 140498ba922640ee76d8a8a7330056e721eb8193 Mon Sep 17 00:00:00 2001 From: odubajDT <93584209+odubajDT@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:07:10 +0100 Subject: [PATCH] deps(lifecycle-operator): bump python and deno runtime images (#3852) Signed-off-by: odubajDT --- .github/scripts/.helm-tests/Openshift/result.yaml | 4 ++-- .github/scripts/.helm-tests/default/result.yaml | 4 ++-- .github/scripts/.helm-tests/lifecycle-only/result.yaml | 4 ++-- .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml | 4 ++-- .../scripts/.helm-tests/local-global-precedence/result.yaml | 4 ++-- lifecycle-operator/chart/README.md | 4 ++-- lifecycle-operator/chart/values.yaml | 4 ++-- lifecycle-operator/config/manager/manager.yaml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/scripts/.helm-tests/Openshift/result.yaml b/.github/scripts/.helm-tests/Openshift/result.yaml index d1720a8fa3..36f24cdbba 100644 --- a/.github/scripts/.helm-tests/Openshift/result.yaml +++ b/.github/scripts/.helm-tests/Openshift/result.yaml @@ -15090,9 +15090,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v3.0.0" + value: "ghcr.io/keptn/deno-runtime:v3.0.1" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.7" + value: "ghcr.io/keptn/python-runtime:v1.0.8" - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL diff --git a/.github/scripts/.helm-tests/default/result.yaml b/.github/scripts/.helm-tests/default/result.yaml index 268aef91d6..b29e72ba5a 100644 --- a/.github/scripts/.helm-tests/default/result.yaml +++ b/.github/scripts/.helm-tests/default/result.yaml @@ -15092,9 +15092,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v3.0.0" + value: "ghcr.io/keptn/deno-runtime:v3.0.1" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.7" + value: "ghcr.io/keptn/python-runtime:v1.0.8" - 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 3d5c5a1eae..24814d8d2c 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/result.yaml @@ -11706,9 +11706,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v3.0.0" + value: "ghcr.io/keptn/deno-runtime:v3.0.1" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.7" + value: "ghcr.io/keptn/python-runtime:v1.0.8" - 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 c4d2767f18..bd2e51766e 100644 --- a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml @@ -11998,9 +11998,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v3.0.0" + value: "ghcr.io/keptn/deno-runtime:v3.0.1" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.7" + value: "ghcr.io/keptn/python-runtime:v1.0.8" - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL diff --git a/.github/scripts/.helm-tests/local-global-precedence/result.yaml b/.github/scripts/.helm-tests/local-global-precedence/result.yaml index d44ed67a36..b418f01bd7 100644 --- a/.github/scripts/.helm-tests/local-global-precedence/result.yaml +++ b/.github/scripts/.helm-tests/local-global-precedence/result.yaml @@ -15376,9 +15376,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v3.0.0" + value: "ghcr.io/keptn/deno-runtime:v3.0.1" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.7" + value: "ghcr.io/keptn/python-runtime:v1.0.8" - 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 2c3f226624..0ac6b5d607 100644 --- a/lifecycle-operator/chart/README.md +++ b/lifecycle-operator/chart/README.md @@ -44,7 +44,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:v3.0.0` | +| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v3.0.1` | | `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` | @@ -55,7 +55,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.7` | +| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.8` | | `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 | `v1.2.0` | diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index f88ecf5c8c..b8179547a7 100644 --- a/lifecycle-operator/chart/values.yaml +++ b/lifecycle-operator/chart/values.yaml @@ -80,7 +80,7 @@ lifecycleOperator: type: RuntimeDefault ## @param lifecycleOperator.env.functionRunnerImage specify image for deno task runtime env: - functionRunnerImage: ghcr.io/keptn/deno-runtime:v3.0.0 + functionRunnerImage: ghcr.io/keptn/deno-runtime:v3.0.1 ## @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 @@ -102,7 +102,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.7 + pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.8 image: ## @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image registry: "" diff --git a/lifecycle-operator/config/manager/manager.yaml b/lifecycle-operator/config/manager/manager.yaml index 472f27bc76..65602b568d 100644 --- a/lifecycle-operator/config/manager/manager.yaml +++ b/lifecycle-operator/config/manager/manager.yaml @@ -56,9 +56,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: ghcr.io/keptn/deno-runtime:v3.0.0 + value: ghcr.io/keptn/deno-runtime:v3.0.1 - name: PYTHON_RUNNER_IMAGE - value: ghcr.io/keptn/python-runtime:v1.0.7 + value: ghcr.io/keptn/python-runtime:v1.0.8 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL