@@ -111,8 +111,8 @@ helm install gateway bitnami/contour -n flyte
111111| configmap.clusters.clusterConfigs | list | ` [] ` | |
112112| configmap.clusters.labelClusterMap | object | ` {} ` | |
113113| configmap.console | object | ` {"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"} ` | Configuration for Flyte console UI |
114- | configmap.copilot | object | ` {"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.3 ","name":"flyte-copilot-","start-timeout":"30s"}}}} ` | Copilot configuration |
115- | configmap.copilot.plugins.k8s.co-pilot | object | ` {"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.3 ","name":"flyte-copilot-","start-timeout":"30s"} ` | Structure documented [ here] ( https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig ) |
114+ | configmap.copilot | object | ` {"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.4 ","name":"flyte-copilot-","start-timeout":"30s"}}}} ` | Copilot configuration |
115+ | configmap.copilot.plugins.k8s.co-pilot | object | ` {"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.4 ","name":"flyte-copilot-","start-timeout":"30s"} ` | Structure documented [ here] ( https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig ) |
116116| configmap.core | object | ` {"manager":{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"},"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","literal-offloading-config":{"enabled":false},"max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://{{ .Values.storage.bucketName }}/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}} ` | Core propeller configuration |
117117| configmap.core.manager | object | ` {"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"} ` | follows the structure specified [ here] ( https://pkg.go.dev/github.com/flyteorg/flytepropeller/manager/config#Config ) . |
118118| configmap.core.propeller | object | ` {"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","literal-offloading-config":{"enabled":false},"max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://{{ .Values.storage.bucketName }}/","workers":4,"workflow-reeval-duration":"30s"} ` | follows the structure specified [ here] ( https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/config ) . |
@@ -165,7 +165,7 @@ helm install gateway bitnami/contour -n flyte
165165| datacatalog.extraArgs | object | ` {} ` | Appends extra command line arguments to the main command |
166166| datacatalog.image.pullPolicy | string | ` "IfNotPresent" ` | Docker image pull policy |
167167| datacatalog.image.repository | string | ` "cr.flyte.org/flyteorg/datacatalog" ` | Docker image for Datacatalog deployment |
168- | datacatalog.image.tag | string | ` "v1.16.3 " ` | Docker image tag |
168+ | datacatalog.image.tag | string | ` "v1.16.4 " ` | Docker image tag |
169169| datacatalog.nodeSelector | object | ` {} ` | nodeSelector for Datacatalog deployment |
170170| datacatalog.podAnnotations | object | ` {} ` | Annotations for Datacatalog pods |
171171| datacatalog.podEnv | object | ` {} ` | Additional Datacatalog container environment variables |
@@ -219,7 +219,7 @@ helm install gateway bitnami/contour -n flyte
219219| flyteadmin.extraArgs | object | ` {} ` | Appends extra command line arguments to the serve command |
220220| flyteadmin.image.pullPolicy | string | ` "IfNotPresent" ` | |
221221| flyteadmin.image.repository | string | ` "cr.flyte.org/flyteorg/flyteadmin" ` | Docker image for Flyteadmin deployment |
222- | flyteadmin.image.tag | string | ` "v1.16.3 " ` | |
222+ | flyteadmin.image.tag | string | ` "v1.16.4 " ` | |
223223| flyteadmin.initialProjects | list | ` ["flytesnacks","flytetester","flyteexamples"] ` | Initial projects to create |
224224| flyteadmin.livenessProbe | string | ` "exec:\n command: [ \"sh\", \"-c\", \"reply=$(curl -s -o /dev/null -w %{http_code} http://127.0.0.1:8088/healthcheck); if [ \\\"$reply\\\" -lt 200 -o \\\"$reply\\\" -ge 400 ]; then exit 1; fi;\",\"grpc_health_probe\", \"-addr=:8089\"]\ninitialDelaySeconds: 20\nperiodSeconds: 5" ` | |
225225| flyteadmin.nodeSelector | object | ` {} ` | nodeSelector for Flyteadmin deployment |
@@ -310,7 +310,7 @@ helm install gateway bitnami/contour -n flyte
310310| flytepropeller.extraArgs | object | ` {} ` | Appends extra command line arguments to the main command |
311311| flytepropeller.image.pullPolicy | string | ` "IfNotPresent" ` | |
312312| flytepropeller.image.repository | string | ` "cr.flyte.org/flyteorg/flytepropeller" ` | Docker image for Flytepropeller deployment |
313- | flytepropeller.image.tag | string | ` "v1.16.3 " ` | |
313+ | flytepropeller.image.tag | string | ` "v1.16.4 " ` | |
314314| flytepropeller.manager | bool | ` false ` | |
315315| flytepropeller.manager_resources | object | ` {"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"100Mi"}}} ` | If manager is set to true this can be used to give the flytepropeller-manager different resource requests than the sharded flyte propeller pods |
316316| flytepropeller.nodeSelector | object | ` {} ` | nodeSelector for Flytepropeller deployment |
@@ -347,7 +347,7 @@ helm install gateway bitnami/contour -n flyte
347347| flytescheduler.configPath | string | ` "/etc/flyte/config/*.yaml" ` | Default regex string for searching configuration files |
348348| flytescheduler.image.pullPolicy | string | ` "IfNotPresent" ` | Docker image pull policy |
349349| flytescheduler.image.repository | string | ` "cr.flyte.org/flyteorg/flytescheduler" ` | Docker image for Flytescheduler deployment |
350- | flytescheduler.image.tag | string | ` "v1.16.3 " ` | Docker image tag |
350+ | flytescheduler.image.tag | string | ` "v1.16.4 " ` | Docker image tag |
351351| flytescheduler.nodeSelector | object | ` {} ` | nodeSelector for Flytescheduler deployment |
352352| flytescheduler.podAnnotations | object | ` {} ` | Annotations for Flytescheduler pods |
353353| flytescheduler.podEnv | object | ` {} ` | Additional Flytescheduler container environment variables |
0 commit comments