Skip to content

Commit 8a5f54c

Browse files
authored
Update Flyte components (#6110)
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
1 parent e21a6ad commit 8a5f54c

26 files changed

+225
-143
lines changed

CHANGELOG/CHANGELOG-v1.14.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Flyte 1.14.1 Release Notes
2+
3+
* Update flytestdlib and affected tools (copilot) for missing config.
4+
5+
## What's Changed
6+
* docs: Refactor merge sort code example to use literalinclude by @davidlin20dev in https://github.com/flyteorg/flyte/pull/6091
7+
* [DOCS] Using ImageSpec in ContainerTask by @machichima in https://github.com/flyteorg/flyte/pull/6095
8+
* Eager doc updates by @wild-endeavor in https://github.com/flyteorg/flyte/pull/6099
9+
* Revert "fix: return the config file not found error" by @eapolinario in https://github.com/flyteorg/flyte/pull/6100
10+
* Remove notes on deprecated Batch size by @wild-endeavor in https://github.com/flyteorg/flyte/pull/6102
11+
* Upstream: Add labels to published execution events by @katrogan in https://github.com/flyteorg/flyte/pull/6104
12+
* Fix: Make distributed error aggregation opt-in by @fg91 in https://github.com/flyteorg/flyte/pull/6103
13+
* Add default labels and annotations to Ray worker pods too. by @katrogan in https://github.com/flyteorg/flyte/pull/6107
14+
* Fix: Remove the default search dialog if it exists (on CMD + K) by @chmod77 in https://github.com/flyteorg/flyte/pull/6106
15+
16+
## New Contributors
17+
* @chmod77 made their first contribution in https://github.com/flyteorg/flyte/pull/6106
18+
19+
**Full Changelog**: https://github.com/flyteorg/flyte/compare/v1.14.0...v1.14.1

charts/flyte-binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Chart for basic single Flyte executable deployment
4141
| configuration.auth.oidc.clientId | string | `""` | |
4242
| configuration.auth.oidc.clientSecret | string | `""` | |
4343
| configuration.co-pilot.image.repository | string | `"cr.flyte.org/flyteorg/flytecopilot"` | |
44-
| configuration.co-pilot.image.tag | string | `"v1.14.0"` | |
44+
| configuration.co-pilot.image.tag | string | `"v1.14.1"` | |
4545
| configuration.database.dbname | string | `"flyte"` | |
4646
| configuration.database.host | string | `"127.0.0.1"` | |
4747
| configuration.database.options | string | `"sslmode=disable"` | |

charts/flyte-binary/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ configuration:
167167
# repository CoPilot sidecar image repository
168168
repository: cr.flyte.org/flyteorg/flytecopilot # FLYTECOPILOT_IMAGE
169169
# tag CoPilot sidecar image tag
170-
tag: v1.14.0 # FLYTECOPILOT_TAG
170+
tag: v1.14.1 # FLYTECOPILOT_TAG
171171
# agentService Flyte Agent configuration
172172
agentService:
173173
defaultAgent:

charts/flyte-core/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ helm install gateway bitnami/contour -n flyte
110110
| configmap.clusters.clusterConfigs | list | `[]` | |
111111
| configmap.clusters.labelClusterMap | object | `{}` | |
112112
| configmap.console | object | `{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"}` | Configuration for Flyte console UI |
113-
| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.14.0","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration |
114-
| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.14.0","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) |
113+
| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.14.1","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration |
114+
| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.14.1","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) |
115115
| 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":true},"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 |
116116
| 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). |
117117
| 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":true},"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). |
@@ -145,7 +145,7 @@ helm install gateway bitnami/contour -n flyte
145145
| datacatalog.extraArgs | object | `{}` | Appends extra command line arguments to the main command |
146146
| datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
147147
| datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment |
148-
| datacatalog.image.tag | string | `"v1.14.0"` | Docker image tag |
148+
| datacatalog.image.tag | string | `"v1.14.1"` | Docker image tag |
149149
| datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment |
150150
| datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods |
151151
| datacatalog.podEnv | object | `{}` | Additional Datacatalog container environment variables |
@@ -182,7 +182,7 @@ helm install gateway bitnami/contour -n flyte
182182
| flyteadmin.extraArgs | object | `{}` | Appends extra command line arguments to the serve command |
183183
| flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | |
184184
| flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment |
185-
| flyteadmin.image.tag | string | `"v1.14.0"` | |
185+
| flyteadmin.image.tag | string | `"v1.14.1"` | |
186186
| flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create |
187187
| flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment |
188188
| flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods |
@@ -253,7 +253,7 @@ helm install gateway bitnami/contour -n flyte
253253
| flytepropeller.extraArgs | object | `{}` | Appends extra command line arguments to the main command |
254254
| flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | |
255255
| flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment |
256-
| flytepropeller.image.tag | string | `"v1.14.0"` | |
256+
| flytepropeller.image.tag | string | `"v1.14.1"` | |
257257
| flytepropeller.manager | bool | `false` | |
258258
| flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment |
259259
| flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods |
@@ -285,7 +285,7 @@ helm install gateway bitnami/contour -n flyte
285285
| flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files |
286286
| flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
287287
| flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment |
288-
| flytescheduler.image.tag | string | `"v1.14.0"` | Docker image tag |
288+
| flytescheduler.image.tag | string | `"v1.14.1"` | Docker image tag |
289289
| flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment |
290290
| flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods |
291291
| flytescheduler.podEnv | object | `{}` | Additional Flytescheduler container environment variables |

charts/flyte-core/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flyteadmin:
1616
image:
1717
# -- Docker image for Flyteadmin deployment
1818
repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE
19-
tag: v1.14.0 # FLYTEADMIN_TAG
19+
tag: v1.14.1 # FLYTEADMIN_TAG
2020
pullPolicy: IfNotPresent
2121
# -- Additional flyteadmin container environment variables
2222
#
@@ -148,7 +148,7 @@ flytescheduler:
148148
# -- Docker image for Flytescheduler deployment
149149
repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE
150150
# -- Docker image tag
151-
tag: v1.14.0 # FLYTESCHEDULER_TAG
151+
tag: v1.14.1 # FLYTESCHEDULER_TAG
152152
# -- Docker image pull policy
153153
pullPolicy: IfNotPresent
154154
# -- Default resources requests and limits for Flytescheduler deployment
@@ -214,7 +214,7 @@ datacatalog:
214214
# -- Docker image for Datacatalog deployment
215215
repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE
216216
# -- Docker image tag
217-
tag: v1.14.0 # DATACATALOG_TAG
217+
tag: v1.14.1 # DATACATALOG_TAG
218218
# -- Docker image pull policy
219219
pullPolicy: IfNotPresent
220220
# -- Default resources requests and limits for Datacatalog deployment
@@ -311,7 +311,7 @@ flytepropeller:
311311
image:
312312
# -- Docker image for Flytepropeller deployment
313313
repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE
314-
tag: v1.14.0 # FLYTEPROPELLER_TAG
314+
tag: v1.14.1 # FLYTEPROPELLER_TAG
315315
pullPolicy: IfNotPresent
316316
# -- Default resources requests and limits for Flytepropeller deployment
317317
resources:
@@ -807,7 +807,7 @@ configmap:
807807
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig)
808808
co-pilot:
809809
name: flyte-copilot-
810-
image: cr.flyte.org/flyteorg/flytecopilot:v1.14.0 # FLYTECOPILOT_IMAGE
810+
image: cr.flyte.org/flyteorg/flytecopilot:v1.14.1 # FLYTECOPILOT_IMAGE
811811
start-timeout: 30s
812812

813813
# -- Core propeller configuration

charts/flyte/README.md

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

charts/flyte/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flyte:
1515
# -- Docker image for Flyteadmin deployment
1616
repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE
1717
# -- Docker image tag
18-
tag: v1.14.0 # FLYTEADMIN_TAG
18+
tag: v1.14.1 # FLYTEADMIN_TAG
1919
# -- Docker image pull policy
2020
pullPolicy: IfNotPresent
2121
# -- Additional flyteadmin container environment variables
@@ -83,7 +83,7 @@ flyte:
8383
# -- Docker image for Flytescheduler deployment
8484
repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE
8585
# -- Docker image tag
86-
tag: v1.14.0 # FLYTESCHEDULER_TAG
86+
tag: v1.14.1 # FLYTESCHEDULER_TAG
8787
# -- Docker image pull policy
8888
pullPolicy: IfNotPresent
8989
# -- Default resources requests and limits for Flytescheduler deployment
@@ -128,7 +128,7 @@ flyte:
128128
# -- Docker image for Datacatalog deployment
129129
repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE
130130
# -- Docker image tag
131-
tag: v1.14.0 # DATACATALOG_TAG
131+
tag: v1.14.1 # DATACATALOG_TAG
132132
# -- Docker image pull policy
133133
pullPolicy: IfNotPresent
134134
# -- Default resources requests and limits for Datacatalog deployment
@@ -177,7 +177,7 @@ flyte:
177177
# -- Docker image for Flytepropeller deployment
178178
repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE
179179
# -- Docker image tag
180-
tag: v1.14.0 # FLYTEPROPELLER_TAG
180+
tag: v1.14.1 # FLYTEPROPELLER_TAG
181181
# -- Docker image pull policy
182182
pullPolicy: IfNotPresent
183183
# -- Default resources requests and limits for Flytepropeller deployment
@@ -473,7 +473,7 @@ flyte:
473473
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig)
474474
co-pilot:
475475
name: flyte-copilot-
476-
image: cr.flyte.org/flyteorg/flytecopilot:v1.14.0 # FLYTECOPILOT_IMAGE
476+
image: cr.flyte.org/flyteorg/flytecopilot:v1.14.1 # FLYTECOPILOT_IMAGE
477477
start-timeout: 30s
478478

479479
# -- Core propeller configuration

charts/flyteagent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A Helm chart for Flyte agent
2020
| fullnameOverride | string | `""` | |
2121
| image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
2222
| image.repository | string | `"cr.flyte.org/flyteorg/flyteagent"` | Docker image for flyteagent deployment |
23-
| image.tag | string | `"1.13.14"` | Docker image tag |
23+
| image.tag | string | `"1.14.2"` | Docker image tag |
2424
| nameOverride | string | `""` | |
2525
| nodeSelector | object | `{}` | nodeSelector for flyteagent deployment |
2626
| podAnnotations | object | `{}` | Annotations for flyteagent pods |

charts/flyteagent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image:
2323
# -- Docker image for flyteagent deployment
2424
repository: cr.flyte.org/flyteorg/flyteagent # FLYTEAGENT_IMAGE
2525
# -- Docker image tag
26-
tag: 1.13.14 # FLYTEAGENT_TAG
26+
tag: 1.14.2 # FLYTEAGENT_TAG
2727
# -- Docker image pull policy
2828
pullPolicy: IfNotPresent
2929
ports:

deployment/agent/flyte_agent_helm_generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
- pyflyte
8080
- serve
8181
- agent
82-
image: "cr.flyte.org/flyteorg/flyteagent:1.13.14"
82+
image: "cr.flyte.org/flyteorg/flyteagent:1.14.2"
8383
imagePullPolicy: "IfNotPresent"
8484
name: flyteagent
8585
volumeMounts:

deployment/eks/flyte_aws_scheduler_helm_generated.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ data:
436436
plugins:
437437
k8s:
438438
co-pilot:
439-
image: cr.flyte.org/flyteorg/flytecopilot:v1.14.0
439+
image: cr.flyte.org/flyteorg/flytecopilot:v1.14.1
440440
name: flyte-copilot-
441441
start-timeout: 30s
442442
core.yaml: |
@@ -879,7 +879,7 @@ spec:
879879
- /etc/flyte/config/*.yaml
880880
- migrate
881881
- run
882-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.0"
882+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.1"
883883
imagePullPolicy: "IfNotPresent"
884884
name: run-migrations
885885
securityContext:
@@ -900,7 +900,7 @@ spec:
900900
- flytesnacks
901901
- flytetester
902902
- flyteexamples
903-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.0"
903+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.1"
904904
imagePullPolicy: "IfNotPresent"
905905
name: seed-projects
906906
securityContext:
@@ -918,7 +918,7 @@ spec:
918918
- /etc/flyte/config/*.yaml
919919
- clusterresource
920920
- sync
921-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.0"
921+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.1"
922922
imagePullPolicy: "IfNotPresent"
923923
name: sync-cluster-resources
924924
securityContext:
@@ -935,7 +935,7 @@ spec:
935935
- mountPath: /etc/secrets/
936936
name: admin-secrets
937937
- name: generate-secrets
938-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.0"
938+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.1"
939939
imagePullPolicy: "IfNotPresent"
940940
command: ["/bin/sh", "-c"]
941941
args:
@@ -962,7 +962,7 @@ spec:
962962
- --config
963963
- /etc/flyte/config/*.yaml
964964
- serve
965-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.0"
965+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.1"
966966
imagePullPolicy: "IfNotPresent"
967967
name: flyteadmin
968968
ports:
@@ -1069,7 +1069,7 @@ spec:
10691069
- /etc/flyte/config/*.yaml
10701070
- clusterresource
10711071
- run
1072-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.0"
1072+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.14.1"
10731073
imagePullPolicy: "IfNotPresent"
10741074
name: sync-cluster-resources
10751075
volumeMounts:
@@ -1199,7 +1199,7 @@ spec:
11991199
- /etc/datacatalog/config/*.yaml
12001200
- migrate
12011201
- run
1202-
image: "cr.flyte.org/flyteorg/datacatalog:v1.14.0"
1202+
image: "cr.flyte.org/flyteorg/datacatalog:v1.14.1"
12031203
imagePullPolicy: "IfNotPresent"
12041204
name: run-migrations
12051205
volumeMounts:
@@ -1217,7 +1217,7 @@ spec:
12171217
- --config
12181218
- /etc/datacatalog/config/*.yaml
12191219
- serve
1220-
image: "cr.flyte.org/flyteorg/datacatalog:v1.14.0"
1220+
image: "cr.flyte.org/flyteorg/datacatalog:v1.14.1"
12211221
imagePullPolicy: "IfNotPresent"
12221222
name: datacatalog
12231223
ports:
@@ -1280,7 +1280,7 @@ spec:
12801280
template:
12811281
metadata:
12821282
annotations:
1283-
configChecksum: "7c75b4d396049b3c0c3d425f22aaa11c5517e44d62a4e4a9e181327cd4693f5"
1283+
configChecksum: "d506150c845dea702ff708615390d9ed7dfac19b77a88429ed888b08fc6c9db"
12841284
prometheus.io/path: "/metrics"
12851285
prometheus.io/port: "10254"
12861286
labels:
@@ -1308,7 +1308,7 @@ spec:
13081308
valueFrom:
13091309
fieldRef:
13101310
fieldPath: metadata.namespace
1311-
image: "cr.flyte.org/flyteorg/flytepropeller:v1.14.0"
1311+
image: "cr.flyte.org/flyteorg/flytepropeller:v1.14.1"
13121312
imagePullPolicy: "IfNotPresent"
13131313
name: flytepropeller
13141314
ports:
@@ -1362,9 +1362,9 @@ spec:
13621362
labels:
13631363
app: flyte-pod-webhook
13641364
app.kubernetes.io/name: flyte-pod-webhook
1365-
app.kubernetes.io/version: v1.14.0
1365+
app.kubernetes.io/version: v1.14.1
13661366
annotations:
1367-
configChecksum: "7c75b4d396049b3c0c3d425f22aaa11c5517e44d62a4e4a9e181327cd4693f5"
1367+
configChecksum: "d506150c845dea702ff708615390d9ed7dfac19b77a88429ed888b08fc6c9db"
13681368
prometheus.io/path: "/metrics"
13691369
prometheus.io/port: "10254"
13701370
spec:
@@ -1378,7 +1378,7 @@ spec:
13781378
serviceAccountName: flyte-pod-webhook
13791379
initContainers:
13801380
- name: generate-secrets
1381-
image: "cr.flyte.org/flyteorg/flytepropeller:v1.14.0"
1381+
image: "cr.flyte.org/flyteorg/flytepropeller:v1.14.1"
13821382
imagePullPolicy: "IfNotPresent"
13831383
command:
13841384
- flytepropeller
@@ -1405,7 +1405,7 @@ spec:
14051405
mountPath: /etc/flyte/config
14061406
containers:
14071407
- name: webhook
1408-
image: "cr.flyte.org/flyteorg/flytepropeller:v1.14.0"
1408+
image: "cr.flyte.org/flyteorg/flytepropeller:v1.14.1"
14091409
imagePullPolicy: "IfNotPresent"
14101410
command:
14111411
- flytepropeller

0 commit comments

Comments
 (0)