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/python-runtime docker tag to v1.0.1 #2368

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 @@ -8250,7 +8250,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v1.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.0"
value: "ghcr.io/keptn/python-runtime:v1.0.1"
- name: OTEL_COLLECTOR_URL
value: "otel-collector:4317"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
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 @@ -6498,7 +6498,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v1.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.0"
value: "ghcr.io/keptn/python-runtime:v1.0.1"
- name: OTEL_COLLECTOR_URL
value: "otel-collector:4317"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6754,7 +6754,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/deno-runtime:v1.0.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v1.0.0"
value: "ghcr.io/keptn/python-runtime:v1.0.1"
- name: OTEL_COLLECTOR_URL
value: "otel-collector:4317"
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
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 @@ -52,7 +52,7 @@ and application health checks
| `lifecycleOperator.env.keptnWorkloadInstanceControllerLogLevel` | Deprecated: Use keptnWorkloadVersionControllerLogLevel instead. Sets the log level of Keptn WorkloadVersion Controller | `0` |
| `lifecycleOperator.env.optionsControllerLogLevel` | sets the log level of Keptn Options Controller | `0` |
| `lifecycleOperator.env.otelCollectorUrl` | Sets the URL for the open telemetry collector | `otel-collector:4317` |
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.0` |
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.1` |
| `lifecycleOperator.image.registry` | specify the container registry for the lifecycle-operator image | `ghcr.io` |
| `lifecycleOperator.image.repository` | specify registry for manager image | `keptn/lifecycle-operator` |
| `lifecycleOperator.image.tag` | select tag for manager image | `v0.8.2` |
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 @@ -96,7 +96,7 @@ lifecycleOperator:
## @param lifecycleOperator.env.otelCollectorUrl Sets the URL for the open telemetry collector
otelCollectorUrl: otel-collector:4317
## @param lifecycleOperator.env.pythonRunnerImage specify image for python task runtime
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.0
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.1
image:
## @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image
registry: ghcr.io
Expand Down
Loading