Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update ghcr.io/keptn/deno-runtime docker tag to v1.0.2 #2367

Merged
merged 2 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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.0"
- name: OTEL_COLLECTOR_URL
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/lifecycle-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
- name: OTEL_COLLECTOR_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
- name: OTEL_COLLECTOR_URL
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading