Skip to content

Commit

Permalink
deps: update ghcr.io/keptn/deno-runtime docker tag to v1 (#1988)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Bacher <florian.bacher@dynatrace.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
3 people committed Aug 31, 2023
1 parent 30393c6 commit c6958fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7769,7 +7769,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/functions-runtime:v0.8.1"
value: "ghcr.io/keptn/deno-runtime:v1.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.0"
- name: OTEL_COLLECTOR_URL
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lifecycleOperator:
seccompProfile:
type: RuntimeDefault
env:
functionRunnerImage: ghcr.io/keptn/functions-runtime:v0.8.1
functionRunnerImage: ghcr.io/keptn/deno-runtime:v1.0.1
keptnAppControllerLogLevel: "0"
keptnAppCreationRequestControllerLogLevel: "0"
keptnAppVersionControllerLogLevel: "0"
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ checks
| `lifecycleOperator.manager.env.keptnWorkloadInstanceControllerLogLevel` | sets the log level of Keptn WorkloadInstance Controller | `0` |
| `lifecycleOperator.manager.env.optionsControllerLogLevel` | sets the log level of Keptn Options Controller | `0` |
| `lifecycleOperator.manager.env.otelCollectorUrl` | Sets the URL for the open telemetry collector | `otel-collector:4317` |
| `lifecycleOperator.manager.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v0.8.1` |
| `lifecycleOperator.manager.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v1.0.1` |
| `lifecycleOperator.manager.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.0` |
| `lifecycleOperator.manager.image.repository` | specify registry for manager image | `ghcr.io/keptn/lifecycle-operator` |
| `lifecycleOperator.manager.image.tag` | select tag for manager image | `v0.8.1` |
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lifecycleOperator:
seccompProfile:
type: RuntimeDefault
env:
functionRunnerImage: ghcr.io/keptn/deno-runtime:v0.8.1
functionRunnerImage: ghcr.io/keptn/deno-runtime:v1.0.1
keptnAppControllerLogLevel: "0"
keptnAppCreationRequestControllerLogLevel: "0"
keptnAppVersionControllerLogLevel: "0"
Expand Down

0 comments on commit c6958fd

Please sign in to comment.