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