@@ -44,7 +44,7 @@ and application health checks
4444| ` lifecycleOperator.containerSecurityContext.runAsNonRoot ` | | ` true ` |
4545| ` lifecycleOperator.containerSecurityContext.runAsUser ` | | ` 65532 ` |
4646| ` lifecycleOperator.containerSecurityContext.seccompProfile.type ` | | ` RuntimeDefault ` |
47- | ` lifecycleOperator.env.functionRunnerImage ` | specify image for deno task runtime | ` ghcr.io/keptn/deno-runtime:v2 .0.5 ` |
47+ | ` lifecycleOperator.env.functionRunnerImage ` | specify image for deno task runtime | ` ghcr.io/keptn/deno-runtime:v3 .0.0 ` |
4848| ` lifecycleOperator.env.keptnAppControllerLogLevel ` | sets the log level of Keptn App Controller | ` 0 ` |
4949| ` lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel ` | sets the log level of Keptn App Creation Request Controller | ` 0 ` |
5050| ` lifecycleOperator.env.keptnAppVersionControllerLogLevel ` | sets the log level of Keptn AppVersion Controller | ` 0 ` |
@@ -55,10 +55,10 @@ and application health checks
5555| ` lifecycleOperator.env.keptnWorkloadVersionControllerLogLevel ` | sets the log level of Keptn WorkloadVersion Controller | ` 0 ` |
5656| ` lifecycleOperator.env.keptnDoraMetricsPort ` | sets the port for accessing lifecycle metrics in prometheus format | ` 2222 ` |
5757| ` lifecycleOperator.env.optionsControllerLogLevel ` | sets the log level of Keptn Options Controller | ` 0 ` |
58- | ` lifecycleOperator.env.pythonRunnerImage ` | specify image for python task runtime | ` ghcr.io/keptn/python-runtime:v1.0.6 ` |
58+ | ` lifecycleOperator.env.pythonRunnerImage ` | specify image for python task runtime | ` ghcr.io/keptn/python-runtime:v1.0.7 ` |
5959| ` lifecycleOperator.image.registry ` | specify the container registry for the lifecycle-operator image | ` "" ` |
6060| ` lifecycleOperator.image.repository ` | specify registry for manager image | ` keptn/lifecycle-operator ` |
61- | ` lifecycleOperator.image.tag ` | select tag for manager image | ` v1.1.1 ` |
61+ | ` lifecycleOperator.image.tag ` | select tag for manager image | ` v1.2.0 ` |
6262| ` lifecycleOperator.image.imagePullPolicy ` | specify pull policy for the manager image. This overrides global values | ` "" ` |
6363| ` lifecycleOperator.livenessProbe ` | custom liveness probe for manager container | |
6464| ` lifecycleOperator.readinessProbe ` | custom readinessprobe for manager container | |
@@ -92,7 +92,7 @@ and application health checks
9292| ` scheduler.env.otelCollectorUrl ` | sets url for open telemetry collector | ` otel-collector:4317 ` |
9393| ` scheduler.image.registry ` | specify the container registry for the scheduler image | ` "" ` |
9494| ` scheduler.image.repository ` | set image repository for scheduler | ` keptn/scheduler ` |
95- | ` scheduler.image.tag ` | set image tag for scheduler | ` v1.0.1 ` |
95+ | ` scheduler.image.tag ` | set image tag for scheduler | ` v1.0.2 ` |
9696| ` scheduler.image.imagePullPolicy ` | specify pull policy for the manager image. This overrides global values | ` "" ` |
9797| ` scheduler.livenessProbe ` | customizable liveness probe for the scheduler | |
9898| ` scheduler.readinessProbe ` | customizable readiness probe for the scheduler | |
0 commit comments