From 1b65526d6b3558cf28d0aeb405933e168a5fc39a Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 30 Oct 2024 15:30:22 +0100 Subject: [PATCH 1/2] chore: bump runtime versions Signed-off-by: Moritz Wiesinger --- .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 | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/scripts/.helm-tests/Openshift/result.yaml b/.github/scripts/.helm-tests/Openshift/result.yaml index 0eb2e83cfb..a1448b6644 100644 --- a/.github/scripts/.helm-tests/Openshift/result.yaml +++ b/.github/scripts/.helm-tests/Openshift/result.yaml @@ -15430,9 +15430,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v2.0.5" + value: "ghcr.io/keptn/deno-runtime:v3.0.0" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.6" + value: "ghcr.io/keptn/python-runtime:v1.0.7" - 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 e857b78864..a46eaf2093 100644 --- a/.github/scripts/.helm-tests/default/result.yaml +++ b/.github/scripts/.helm-tests/default/result.yaml @@ -15432,9 +15432,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v2.0.5" + value: "ghcr.io/keptn/deno-runtime:v3.0.0" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.6" + value: "ghcr.io/keptn/python-runtime:v1.0.7" - 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 2668135d6e..aa3c515c7a 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/result.yaml @@ -12046,9 +12046,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v2.0.5" + value: "ghcr.io/keptn/deno-runtime:v3.0.0" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.6" + value: "ghcr.io/keptn/python-runtime:v1.0.7" - 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 e2df6ee08f..fecc0496b9 100644 --- a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml @@ -12338,9 +12338,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v2.0.5" + value: "ghcr.io/keptn/deno-runtime:v3.0.0" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.6" + value: "ghcr.io/keptn/python-runtime:v1.0.7" - 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 5af4e65a7b..b30281fb24 100644 --- a/.github/scripts/.helm-tests/local-global-precedence/result.yaml +++ b/.github/scripts/.helm-tests/local-global-precedence/result.yaml @@ -15758,9 +15758,9 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v2.0.5" + value: "ghcr.io/keptn/deno-runtime:v3.0.0" - name: PYTHON_RUNNER_IMAGE - value: "ghcr.io/keptn/python-runtime:v1.0.6" + value: "ghcr.io/keptn/python-runtime:v1.0.7" - 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 95e8600684..d86d83f450 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:v2.0.5` | +| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v3.0.0` | | `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.6` | +| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.7` | | `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.1.1` | diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index 075ee0d446..cc3eda9dc2 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:v2.0.5 + functionRunnerImage: ghcr.io/keptn/deno-runtime:v3.0.0 ## @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.6 + pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.7 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 7b7ee737c4..dab472f034 100644 --- a/lifecycle-operator/config/manager/manager.yaml +++ b/lifecycle-operator/config/manager/manager.yaml @@ -58,7 +58,7 @@ spec: - name: FUNCTION_RUNNER_IMAGE value: ghcr.io/keptn/deno-runtime:v0.8.1 - name: PYTHON_RUNNER_IMAGE - value: ghcr.io/keptn/python-runtime:v0.8.1 + value: ghcr.io/keptn/python-runtime:v1.0.7 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL value: "0" - name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL From 762772f3c7834266785015999fe5732a65b54eaa Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 30 Oct 2024 15:39:13 +0100 Subject: [PATCH 2/2] bump last version Signed-off-by: Moritz Wiesinger --- lifecycle-operator/config/manager/manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecycle-operator/config/manager/manager.yaml b/lifecycle-operator/config/manager/manager.yaml index dab472f034..49d7db037e 100644 --- a/lifecycle-operator/config/manager/manager.yaml +++ b/lifecycle-operator/config/manager/manager.yaml @@ -56,7 +56,7 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: ghcr.io/keptn/deno-runtime:v0.8.1 + value: ghcr.io/keptn/deno-runtime:v3.0.0 - name: PYTHON_RUNNER_IMAGE value: ghcr.io/keptn/python-runtime:v1.0.7 - name: KEPTN_APP_CONTROLLER_LOG_LEVEL