From 6c1720356fab6b4a9d1c0dae30e76e6d5c135c70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:25:46 +0100 Subject: [PATCH] deps: update ghcr.io/keptn/deno-runtime docker tag to v1.0.2 (#2367) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger --- .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 53de46a6eb..be23c84736 100644 --- a/.github/scripts/.helm-tests/default/result.yaml +++ b/.github/scripts/.helm-tests/default/result.yaml @@ -8248,7 +8248,7 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v1.0.1" + value: "ghcr.io/keptn/deno-runtime:v1.0.2" - name: PYTHON_RUNNER_IMAGE value: "ghcr.io/keptn/python-runtime:v1.0.1" - name: OTEL_COLLECTOR_URL diff --git a/.github/scripts/.helm-tests/lifecycle-only/result.yaml b/.github/scripts/.helm-tests/lifecycle-only/result.yaml index 57853722c9..25182767a3 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/result.yaml @@ -6496,7 +6496,7 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v1.0.1" + value: "ghcr.io/keptn/deno-runtime:v1.0.2" - name: PYTHON_RUNNER_IMAGE value: "ghcr.io/keptn/python-runtime:v1.0.1" - name: OTEL_COLLECTOR_URL diff --git a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml index 5e5c785faf..0696761b73 100644 --- a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml @@ -6752,7 +6752,7 @@ spec: fieldRef: fieldPath: metadata.name - name: FUNCTION_RUNNER_IMAGE - value: "ghcr.io/keptn/deno-runtime:v1.0.1" + value: "ghcr.io/keptn/deno-runtime:v1.0.2" - name: PYTHON_RUNNER_IMAGE value: "ghcr.io/keptn/python-runtime:v1.0.1" - name: OTEL_COLLECTOR_URL diff --git a/lifecycle-operator/chart/README.md b/lifecycle-operator/chart/README.md index dc52376523..3c2c732d93 100644 --- a/lifecycle-operator/chart/README.md +++ b/lifecycle-operator/chart/README.md @@ -40,7 +40,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:v1.0.1` | +| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v1.0.2` | | `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` | diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index a4ff1aa5e3..575908f06e 100644 --- a/lifecycle-operator/chart/values.yaml +++ b/lifecycle-operator/chart/values.yaml @@ -72,7 +72,7 @@ lifecycleOperator: type: RuntimeDefault ## @param lifecycleOperator.env.functionRunnerImage specify image for deno task runtime env: - functionRunnerImage: ghcr.io/keptn/deno-runtime:v1.0.1 + functionRunnerImage: ghcr.io/keptn/deno-runtime:v1.0.2 ## @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