Skip to content

Commit 9bbdda7

Browse files
wild-endeavorflyte-bot
authored andcommitted
Update Flyte Components
Signed-off-by: Flyte-Bot <admin@flyte.org>
1 parent 6d92fb0 commit 9bbdda7

21 files changed

+590
-547
lines changed

charts/flyte-binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Chart for basic single Flyte executable deployment
3737
| configuration.auth.oidc.clientId | string | `""` | |
3838
| configuration.auth.oidc.clientSecret | string | `""` | |
3939
| configuration.co-pilot.image.repository | string | `"cr.flyte.org/flyteorg/flytecopilot"` | |
40-
| configuration.co-pilot.image.tag | string | `"v1.16.3"` | |
40+
| configuration.co-pilot.image.tag | string | `"v1.16.4"` | |
4141
| configuration.connectorService.defaultConnector.defaultTimeout | string | `"10s"` | |
4242
| configuration.connectorService.defaultConnector.endpoint | string | `"k8s://flyteconnector.flyte:8000"` | |
4343
| configuration.connectorService.defaultConnector.insecure | bool | `true` | |

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.16.3 # FLYTECOPILOT_TAG
170+
tag: v1.16.4 # FLYTECOPILOT_TAG
171171
# connectorService Flyte Connector configuration
172172
connectorService:
173173
defaultConnector:

charts/flyte-core/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |

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.16.3 # FLYTEADMIN_TAG
19+
tag: v1.16.4 # FLYTEADMIN_TAG
2020
pullPolicy: IfNotPresent
2121
# -- Additional flyteadmin container environment variables
2222
#
@@ -189,7 +189,7 @@ flytescheduler:
189189
# -- Docker image for Flytescheduler deployment
190190
repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE
191191
# -- Docker image tag
192-
tag: v1.16.3 # FLYTESCHEDULER_TAG
192+
tag: v1.16.4 # FLYTESCHEDULER_TAG
193193
# -- Docker image pull policy
194194
pullPolicy: IfNotPresent
195195
# -- Default resources requests and limits for Flytescheduler deployment
@@ -277,7 +277,7 @@ datacatalog:
277277
# -- Docker image for Datacatalog deployment
278278
repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE
279279
# -- Docker image tag
280-
tag: v1.16.3 # DATACATALOG_TAG
280+
tag: v1.16.4 # DATACATALOG_TAG
281281
# -- Docker image pull policy
282282
pullPolicy: IfNotPresent
283283
# -- Default resources requests and limits for Datacatalog deployment
@@ -405,7 +405,7 @@ flytepropeller:
405405
image:
406406
# -- Docker image for Flytepropeller deployment
407407
repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE
408-
tag: v1.16.3 # FLYTEPROPELLER_TAG
408+
tag: v1.16.4 # FLYTEPROPELLER_TAG
409409
pullPolicy: IfNotPresent
410410
# -- Default resources requests and limits for Flytepropeller deployment
411411
resources:
@@ -1064,7 +1064,7 @@ configmap:
10641064
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig)
10651065
co-pilot:
10661066
name: flyte-copilot-
1067-
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.3 # FLYTECOPILOT_IMAGE
1067+
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.4 # FLYTECOPILOT_IMAGE
10681068
start-timeout: 30s
10691069

10701070
# -- 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.16.3 # FLYTEADMIN_TAG
18+
tag: v1.16.4 # 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.16.3 # FLYTESCHEDULER_TAG
86+
tag: v1.16.4 # 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.16.3 # DATACATALOG_TAG
131+
tag: v1.16.4 # 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.16.3 # FLYTEPROPELLER_TAG
180+
tag: v1.16.4 # FLYTEPROPELLER_TAG
181181
# -- Docker image pull policy
182182
pullPolicy: IfNotPresent
183183
# -- Default resources requests and limits for Flytepropeller deployment
@@ -474,7 +474,7 @@ flyte:
474474
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig)
475475
co-pilot:
476476
name: flyte-copilot-
477-
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.3 # FLYTECOPILOT_IMAGE
477+
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.4 # FLYTECOPILOT_IMAGE
478478
start-timeout: 30s
479479

480480
# -- Core propeller configuration

deployment/eks/flyte_aws_scheduler_helm_generated.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ data:
468468
plugins:
469469
k8s:
470470
co-pilot:
471-
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.3
471+
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.4
472472
name: flyte-copilot-
473473
start-timeout: 30s
474474
core.yaml: |
@@ -912,7 +912,7 @@ spec:
912912
- /etc/flyte/config/*.yaml
913913
- migrate
914914
- run
915-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
915+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
916916
imagePullPolicy: "IfNotPresent"
917917
name: run-migrations
918918
securityContext:
@@ -933,7 +933,7 @@ spec:
933933
- flytesnacks
934934
- flytetester
935935
- flyteexamples
936-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
936+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
937937
imagePullPolicy: "IfNotPresent"
938938
name: seed-projects
939939
securityContext:
@@ -951,7 +951,7 @@ spec:
951951
- /etc/flyte/config/*.yaml
952952
- clusterresource
953953
- sync
954-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
954+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
955955
imagePullPolicy: "IfNotPresent"
956956
name: sync-cluster-resources
957957
securityContext:
@@ -968,7 +968,7 @@ spec:
968968
- mountPath: /etc/secrets/
969969
name: admin-secrets
970970
- name: generate-secrets
971-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
971+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
972972
imagePullPolicy: "IfNotPresent"
973973
command: ["/bin/sh", "-c"]
974974
args:
@@ -995,7 +995,7 @@ spec:
995995
- --config
996996
- /etc/flyte/config/*.yaml
997997
- serve
998-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
998+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
999999
imagePullPolicy: "IfNotPresent"
10001000
name: flyteadmin
10011001
ports:
@@ -1104,7 +1104,7 @@ spec:
11041104
- /etc/flyte/config/*.yaml
11051105
- clusterresource
11061106
- run
1107-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
1107+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
11081108
imagePullPolicy: "IfNotPresent"
11091109
name: sync-cluster-resources
11101110
volumeMounts:
@@ -1234,7 +1234,7 @@ spec:
12341234
- /etc/datacatalog/config/*.yaml
12351235
- migrate
12361236
- run
1237-
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.3"
1237+
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.4"
12381238
imagePullPolicy: "IfNotPresent"
12391239
name: run-migrations
12401240
volumeMounts:
@@ -1252,7 +1252,7 @@ spec:
12521252
- --config
12531253
- /etc/datacatalog/config/*.yaml
12541254
- serve
1255-
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.3"
1255+
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.4"
12561256
imagePullPolicy: "IfNotPresent"
12571257
name: datacatalog
12581258
ports:
@@ -1317,7 +1317,7 @@ spec:
13171317
template:
13181318
metadata:
13191319
annotations:
1320-
configChecksum: "a41d5c4a4d2e27f34e1b6629c508271755dca8065c15aa853c02ab670acb307"
1320+
configChecksum: "e4006073f7a15afe58886f06acdcbe9cad456b3be630c010772486b91d65f38"
13211321
prometheus.io/path: "/metrics"
13221322
prometheus.io/port: "10254"
13231323
labels:
@@ -1345,7 +1345,7 @@ spec:
13451345
valueFrom:
13461346
fieldRef:
13471347
fieldPath: metadata.namespace
1348-
image: "cr.flyte.org/flyteorg/flytepropeller:v1.16.3"
1348+
image: "cr.flyte.org/flyteorg/flytepropeller:v1.16.4"
13491349
imagePullPolicy: "IfNotPresent"
13501350
name: flytepropeller
13511351
ports:
@@ -1401,9 +1401,9 @@ spec:
14011401
labels:
14021402
app: flyte-pod-webhook
14031403
app.kubernetes.io/name: flyte-pod-webhook
1404-
app.kubernetes.io/version: v1.16.3
1404+
app.kubernetes.io/version: v1.16.4
14051405
annotations:
1406-
configChecksum: "a41d5c4a4d2e27f34e1b6629c508271755dca8065c15aa853c02ab670acb307"
1406+
configChecksum: "e4006073f7a15afe58886f06acdcbe9cad456b3be630c010772486b91d65f38"
14071407
prometheus.io/path: "/metrics"
14081408
prometheus.io/port: "10254"
14091409
spec:
@@ -1417,7 +1417,7 @@ spec:
14171417
serviceAccountName: flyte-pod-webhook
14181418
initContainers:
14191419
- name: generate-secrets
1420-
image: "cr.flyte.org/flyteorg/flytepropeller:v1.16.3"
1420+
image: "cr.flyte.org/flyteorg/flytepropeller:v1.16.4"
14211421
imagePullPolicy: "IfNotPresent"
14221422
command:
14231423
- flytepropeller
@@ -1444,7 +1444,7 @@ spec:
14441444
mountPath: /etc/flyte/config
14451445
containers:
14461446
- name: webhook
1447-
image: "cr.flyte.org/flyteorg/flytepropeller:v1.16.3"
1447+
image: "cr.flyte.org/flyteorg/flytepropeller:v1.16.4"
14481448
imagePullPolicy: "IfNotPresent"
14491449
command:
14501450
- flytepropeller

deployment/eks/flyte_helm_controlplane_generated.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ spec:
609609
- /etc/flyte/config/*.yaml
610610
- migrate
611611
- run
612-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
612+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
613613
imagePullPolicy: "IfNotPresent"
614614
name: run-migrations
615615
securityContext:
@@ -630,7 +630,7 @@ spec:
630630
- flytesnacks
631631
- flytetester
632632
- flyteexamples
633-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
633+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
634634
imagePullPolicy: "IfNotPresent"
635635
name: seed-projects
636636
securityContext:
@@ -648,7 +648,7 @@ spec:
648648
- /etc/flyte/config/*.yaml
649649
- clusterresource
650650
- sync
651-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
651+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
652652
imagePullPolicy: "IfNotPresent"
653653
name: sync-cluster-resources
654654
securityContext:
@@ -665,7 +665,7 @@ spec:
665665
- mountPath: /etc/secrets/
666666
name: admin-secrets
667667
- name: generate-secrets
668-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
668+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
669669
imagePullPolicy: "IfNotPresent"
670670
command: ["/bin/sh", "-c"]
671671
args:
@@ -692,7 +692,7 @@ spec:
692692
- --config
693693
- /etc/flyte/config/*.yaml
694694
- serve
695-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
695+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
696696
imagePullPolicy: "IfNotPresent"
697697
name: flyteadmin
698698
ports:
@@ -801,7 +801,7 @@ spec:
801801
- /etc/flyte/config/*.yaml
802802
- clusterresource
803803
- run
804-
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.3"
804+
image: "cr.flyte.org/flyteorg/flyteadmin:v1.16.4"
805805
imagePullPolicy: "IfNotPresent"
806806
name: sync-cluster-resources
807807
volumeMounts:
@@ -931,7 +931,7 @@ spec:
931931
- /etc/datacatalog/config/*.yaml
932932
- migrate
933933
- run
934-
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.3"
934+
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.4"
935935
imagePullPolicy: "IfNotPresent"
936936
name: run-migrations
937937
volumeMounts:
@@ -949,7 +949,7 @@ spec:
949949
- --config
950950
- /etc/datacatalog/config/*.yaml
951951
- serve
952-
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.3"
952+
image: "cr.flyte.org/flyteorg/datacatalog:v1.16.4"
953953
imagePullPolicy: "IfNotPresent"
954954
name: datacatalog
955955
ports:
@@ -1034,7 +1034,7 @@ spec:
10341034
- precheck
10351035
- --config
10361036
- /etc/flyte/config/*.yaml
1037-
image: "cr.flyte.org/flyteorg/flytescheduler:v1.16.3"
1037+
image: "cr.flyte.org/flyteorg/flytescheduler:v1.16.4"
10381038
imagePullPolicy: "IfNotPresent"
10391039
name: flytescheduler-check
10401040
securityContext:
@@ -1054,7 +1054,7 @@ spec:
10541054
- run
10551055
- --config
10561056
- /etc/flyte/config/*.yaml
1057-
image: "cr.flyte.org/flyteorg/flytescheduler:v1.16.3"
1057+
image: "cr.flyte.org/flyteorg/flytescheduler:v1.16.4"
10581058
imagePullPolicy: "IfNotPresent"
10591059
name: flytescheduler
10601060
ports:

0 commit comments

Comments
 (0)