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 #1985

Merged
merged 7 commits into from
Aug 31, 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 @@ -7671,7 +7671,7 @@ spec:
- name: FUNCTION_RUNNER_IMAGE
value: "ghcr.io/keptn/functions-runtime:v0.8.1"
- name: PYTHON_RUNNER_IMAGE
value: "ghcr.io/keptn/python-runtime:v0.8.1"
value: "ghcr.io/keptn/python-runtime:v1.0.0"
- 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/default/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lifecycleOperator:
keptnWorkloadInstanceControllerLogLevel: "0"
optionsControllerLogLevel: "0"
otelCollectorUrl: otel-collector:4317
pythonRunnerImage: ghcr.io/keptn/python-runtime:v0.8.1
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.0
image:
repository: ghcr.io/keptn/lifecycle-operator
tag: v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ checks
| `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.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v0.8.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` |
| `lifecycleOperator.manager.imagePullPolicy` | specify pull policy for manager image | `Always` |
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lifecycleOperator:
keptnWorkloadInstanceControllerLogLevel: "0"
optionsControllerLogLevel: "0"
otelCollectorUrl: otel-collector:4317
pythonRunnerImage: ghcr.io/keptn/python-runtime:v0.8.1
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.0
image:
repository: ghcr.io/keptn/lifecycle-operator
tag: v0.8.1
Expand Down