@@ -94,8 +94,8 @@ helm install gateway bitnami/contour -n flyte
94
94
| configmap.clusters.clusterConfigs | list | ` [] ` | |
95
95
| configmap.clusters.labelClusterMap | object | ` {} ` | |
96
96
| configmap.console | object | ` {"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"} ` | Configuration for Flyte console UI |
97
- | configmap.copilot | object | ` {"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b4 ","name":"flyte-copilot-","start-timeout":"30s"}}}} ` | Copilot configuration |
98
- | configmap.copilot.plugins.k8s.co-pilot
| object
| ` {"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b4 ","name":"flyte-copilot-","start-timeout":"30s"} ` | Structure documented
[ here
] ( https://pkg.go.dev/github.com/lyft/[email protected] /go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig ) |
97
+ | configmap.copilot | object | ` {"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7","name":"flyte-copilot-","start-timeout":"30s"}}}} ` | Copilot configuration |
98
+ | configmap.copilot.plugins.k8s.co-pilot
| object
| ` {"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7","name":"flyte-copilot-","start-timeout":"30s"} ` | Structure documented
[ here
] ( https://pkg.go.dev/github.com/lyft/[email protected] /go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig ) |
99
99
| 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","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://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}} ` | Core propeller configuration |
100
100
| 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 ) . |
101
101
| 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","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://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"} ` | follows the structure specified [ here] ( https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/config ) . |
@@ -129,7 +129,7 @@ helm install gateway bitnami/contour -n flyte
129
129
| datacatalog.extraArgs | object | ` {} ` | Appends extra command line arguments to the main command |
130
130
| datacatalog.image.pullPolicy | string | ` "IfNotPresent" ` | Docker image pull policy |
131
131
| datacatalog.image.repository | string | ` "cr.flyte.org/flyteorg/datacatalog" ` | Docker image for Datacatalog deployment |
132
- | datacatalog.image.tag | string | ` "v1.10.7-b4 " ` | Docker image tag |
132
+ | datacatalog.image.tag | string | ` "v1.10.7" ` | Docker image tag |
133
133
| datacatalog.nodeSelector | object | ` {} ` | nodeSelector for Datacatalog deployment |
134
134
| datacatalog.podAnnotations | object | ` {} ` | Annotations for Datacatalog pods |
135
135
| datacatalog.podEnv | object | ` {} ` | Additional Datacatalog container environment variables |
@@ -163,7 +163,7 @@ helm install gateway bitnami/contour -n flyte
163
163
| flyteadmin.extraArgs | object | ` {} ` | Appends extra command line arguments to the serve command |
164
164
| flyteadmin.image.pullPolicy | string | ` "IfNotPresent" ` | |
165
165
| flyteadmin.image.repository | string | ` "cr.flyte.org/flyteorg/flyteadmin" ` | Docker image for Flyteadmin deployment |
166
- | flyteadmin.image.tag | string | ` "v1.10.7-b4 " ` | |
166
+ | flyteadmin.image.tag | string | ` "v1.10.7" ` | |
167
167
| flyteadmin.initialProjects | list | ` ["flytesnacks","flytetester","flyteexamples"] ` | Initial projects to create |
168
168
| flyteadmin.nodeSelector | object | ` {} ` | nodeSelector for Flyteadmin deployment |
169
169
| flyteadmin.podAnnotations | object | ` {} ` | Annotations for Flyteadmin pods |
@@ -221,7 +221,7 @@ helm install gateway bitnami/contour -n flyte
221
221
| flytepropeller.extraArgs | object | ` {} ` | Appends extra command line arguments to the main command |
222
222
| flytepropeller.image.pullPolicy | string | ` "IfNotPresent" ` | |
223
223
| flytepropeller.image.repository | string | ` "cr.flyte.org/flyteorg/flytepropeller" ` | Docker image for Flytepropeller deployment |
224
- | flytepropeller.image.tag | string | ` "v1.10.7-b4 " ` | |
224
+ | flytepropeller.image.tag | string | ` "v1.10.7" ` | |
225
225
| flytepropeller.manager | bool | ` false ` | |
226
226
| flytepropeller.nodeSelector | object | ` {} ` | nodeSelector for Flytepropeller deployment |
227
227
| flytepropeller.podAnnotations | object | ` {} ` | Annotations for Flytepropeller pods |
@@ -250,7 +250,7 @@ helm install gateway bitnami/contour -n flyte
250
250
| flytescheduler.configPath | string | ` "/etc/flyte/config/*.yaml" ` | Default regex string for searching configuration files |
251
251
| flytescheduler.image.pullPolicy | string | ` "IfNotPresent" ` | Docker image pull policy |
252
252
| flytescheduler.image.repository | string | ` "cr.flyte.org/flyteorg/flytescheduler" ` | Docker image for Flytescheduler deployment |
253
- | flytescheduler.image.tag | string | ` "v1.10.7-b4 " ` | Docker image tag |
253
+ | flytescheduler.image.tag | string | ` "v1.10.7" ` | Docker image tag |
254
254
| flytescheduler.nodeSelector | object | ` {} ` | nodeSelector for Flytescheduler deployment |
255
255
| flytescheduler.podAnnotations | object | ` {} ` | Annotations for Flytescheduler pods |
256
256
| flytescheduler.podEnv | object | ` {} ` | Additional Flytescheduler container environment variables |
0 commit comments