From cb658c8b20a1505021157570c122b2040173f2b5 Mon Sep 17 00:00:00 2001 From: Flyte Bot Date: Thu, 2 Sep 2021 16:13:30 -0700 Subject: [PATCH] Update Flyte components (#1402) * Update Flyte Components Signed-off-by: Flyte-Bot * Update flytetools image Signed-off-by: Haytham Abuelfutuh * Updates Signed-off-by: Haytham Abuelfutuh * Set image sizes Signed-off-by: Haytham Abuelfutuh * Update CHANGELOG-v0.17.0.md Signed-off-by: Haytham Abuelfutuh * PR feedback Signed-off-by: Haytham Abuelfutuh * Redo tags Signed-off-by: Haytham Abuelfutuh Co-authored-by: katrogan Co-authored-by: Haytham Abuelfutuh Co-authored-by: HackMD --- CHANGELOG/CHANGELOG-v0.17.0.md | 38 +++++++++++++++++++ charts/flyte-core/README.md | 8 ++-- charts/flyte-core/values.yaml | 8 ++-- charts/flyte/README.md | 14 +++---- charts/flyte/values.yaml | 8 ++-- deployment/eks/flyte_generated.yaml | 24 ++++++------ deployment/eks/flyte_helm_generated.yaml | 26 ++++++------- deployment/gcp/flyte_generated.yaml | 24 ++++++------ deployment/gcp/flyte_helm_generated.yaml | 26 ++++++------- deployment/sandbox/flyte_generated.yaml | 26 ++++++------- deployment/sandbox/flyte_helm_generated.yaml | 26 ++++++------- deployment/test/flyte_generated.yaml | 20 +++++----- end2end/tests/endtoend.yaml | 2 +- kustomize/overlays/eks/kustomization.yaml | 10 ++--- kustomize/overlays/gcp/kustomization.yaml | 10 ++--- kustomize/overlays/sandbox/kustomization.yaml | 10 ++--- kustomize/overlays/test/kustomization.yaml | 10 ++--- 17 files changed, 164 insertions(+), 126 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-v0.17.0.md diff --git a/CHANGELOG/CHANGELOG-v0.17.0.md b/CHANGELOG/CHANGELOG-v0.17.0.md new file mode 100644 index 0000000000..1a7d951ae2 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.17.0.md @@ -0,0 +1,38 @@ +# Flyte v0.17.0 + +## Platform +1. Recovery Mode: Executions that fail due to external system failures (e.g. external system being down) can now be rerun in recovery mode ([flytectl --recover docs](https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_create_execution.html)). It's also available in the UI: + + Recovery mode in the UI + + +## Flytekit +1. Great Expectations Integration ([docs](https://docs.flyte.org/projects/cookbook/en/latest/auto/integrations/flytekit_plugins/greatexpectations/index.html#great-expectations)). +1. Access to durable blob stores (AWS/GCS/etc) are now pluggable. +1. Local task execution has been updated to also trigger the type engine. +1. Tasks that have `cache=True` should now be cached when running locally as well ([docs](https://docs.flyte.org/projects/cookbook/en/latest/auto/core/flyte_basics/task_cache.html#how-local-caching-works)). + +Please see the [flytekit release](https://github.com/flyteorg/flytekit/releases/tag/v0.22.0) for the full list and more details. + +## UI +1. Shiny new Graph UX. The graph rendering has been revamped to be more functional and accessible. More updates are coming for better visualization for nested executions and branches. + + New Graph UX +1. JSON Validation for json-based types in the UI. + + + +| Before | After | +| -------- | -------- | +| ![](https://i.imgur.com/OKi4rEu.png) | ![](https://i.imgur.com/LX8yQ1x.png) | + +1. Enum support in UI + + ![](https://i.imgur.com/9bFZlei.png) + + +## FlyteCtl +1. `flytectl upgrade` to automatically upgrade itself ([docs](https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_upgrade.html)). +1. `--dryRun` is available in most commands with server-side-effects to simulate the operations before committing any changes. + +And various stabilization [fixes](https://github.com/flyteorg/flyte/milestone/17?closed=1)! diff --git a/charts/flyte-core/README.md b/charts/flyte-core/README.md index 4ebf721f41..66210a11a4 100644 --- a/charts/flyte-core/README.md +++ b/charts/flyte-core/README.md @@ -91,7 +91,7 @@ helm install gateway bitnami/contour -n flyte | configmap.task_logs.plugins.logs.cloudwatch-enabled | bool | `false` | One option is to enable cloudwatch logging for EKS, update the region and log group accordingly | | configmap.task_resource_defaults | object | `{"task_resources":{"defaults":{"cpu":"100m","memory":"100Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}` | Task default resources configuration Refer to the full [structure](https://pkg.go.dev/github.com/lyft/flyteadmin@v0.3.37/pkg/runtime/interfaces#TaskResourceConfiguration). | | configmap.task_resource_defaults.task_resources | object | `{"defaults":{"cpu":"100m","memory":"100Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}` | Task default resources parameters | -| datacatalog | object | `{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v0.3.6"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | DATACATALOG SETTINGS | +| datacatalog | object | `{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v0.3.9"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | DATACATALOG SETTINGS | | datacatalog.affinity | object | `{}` | affinity for Datacatalog deployment | | datacatalog.configPath | string | `"/etc/datacatalog/config/*.yaml"` | Default regex string for searching configuration files | | datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | @@ -110,7 +110,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | | | flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyteadmin.image.tag | string | `"v0.6.16"` | | +| flyteadmin.image.tag | string | `"v0.6.22"` | | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -123,7 +123,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.serviceAccount.create | bool | `true` | Should a service account be created for flyteadmin | | flyteadmin.serviceAccount.imagePullSecrets | object | `{}` | ImapgePullSecrets to automatically assign to the service account | | flyteadmin.tolerations | list | `[]` | tolerations for Flyteadmin deployment | -| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.20.1"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | +| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.25.0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | | flyteconsole.affinity | object | `{}` | affinity for Flyteconsole deployment | | flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment | | flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment | @@ -132,7 +132,7 @@ helm install gateway bitnami/contour -n flyte | flyteconsole.resources | object | `{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Default resources requests and limits for Flyteconsole deployment | | flyteconsole.service | object | `{"annotations":{},"type":"ClusterIP"}` | Service settings for Flyteconsole | | flyteconsole.tolerations | list | `[]` | tolerations for Flyteconsole deployment | -| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.13.4"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | +| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.13.20"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | | flytepropeller.affinity | object | `{}` | affinity for Flytepropeller deployment | | flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | diff --git a/charts/flyte-core/values.yaml b/charts/flyte-core/values.yaml index 0af7118e97..0b0ea66165 100755 --- a/charts/flyte-core/values.yaml +++ b/charts/flyte-core/values.yaml @@ -16,7 +16,7 @@ flyteadmin: image: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin - tag: v0.6.16 # FLYTEADMIN_TAG + tag: v0.6.22 # FLYTEADMIN_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment resources: @@ -69,7 +69,7 @@ datacatalog: image: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog - tag: v0.3.6 # DATACATALOG_TAG + tag: v0.3.9 # DATACATALOG_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment resources: @@ -115,7 +115,7 @@ flytepropeller: image: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller - tag: v0.13.4 # FLYTEPROPELLER_TAG + tag: v0.13.20 # FLYTEPROPELLER_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment resources: @@ -158,7 +158,7 @@ flyteconsole: image: # -- Docker image for Flyteconsole deployment repository: cr.flyte.org/flyteorg/flyteconsole - tag: v0.20.1 # FLYTECONSOLE_TAG + tag: v0.25.0 # FLYTECONSOLE_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteconsole deployment resources: diff --git a/charts/flyte/README.md b/charts/flyte/README.md index 376d257225..fc95e7d517 100644 --- a/charts/flyte/README.md +++ b/charts/flyte/README.md @@ -114,12 +114,12 @@ helm install gateway bitnami/contour -n flyte | contour.replicaCount | int | `1` | Replicas count for Contour deployment | | contour.serviceAccountAnnotations | object | `{}` | Annotations for ServiceAccount attached to Contour pods | | contour.tolerations | list | `[]` | tolerations for Contour deployment | -| datacatalog | object | `{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v0.3.6"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | DATACATALOG SETTINGS | +| datacatalog | object | `{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v0.3.9"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | DATACATALOG SETTINGS | | datacatalog.affinity | object | `{}` | affinity for Datacatalog deployment | | datacatalog.configPath | string | `"/etc/datacatalog/config/*.yaml"` | Default regex string for searching configuration files | | datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | -| datacatalog.image.tag | string | `"v0.3.6"` | Docker image tag | +| datacatalog.image.tag | string | `"v0.3.9"` | Docker image tag | | datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment | | datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods | | datacatalog.replicaCount | int | `1` | Replicas count for Datacatalog deployment | @@ -135,7 +135,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyteadmin.image.tag | string | `"v0.6.16"` | Docker image tag | +| flyteadmin.image.tag | string | `"v0.6.22"` | Docker image tag | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -148,23 +148,23 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.serviceAccount.create | bool | `true` | Should a service account be created for flyteadmin | | flyteadmin.serviceAccount.imagePullSecrets | object | `{}` | ImapgePullSecrets to automatically assign to the service account | | flyteadmin.tolerations | list | `[]` | tolerations for Flyteadmin deployment | -| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.20.1"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | +| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.25.0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | | flyteconsole.affinity | object | `{}` | affinity for Flyteconsole deployment | | flyteconsole.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment | -| flyteconsole.image.tag | string | `"v0.20.1"` | Docker image tag | +| flyteconsole.image.tag | string | `"v0.25.0"` | Docker image tag | | flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment | | flyteconsole.podAnnotations | object | `{}` | Annotations for Flyteconsole pods | | flyteconsole.replicaCount | int | `1` | Replicas count for Flyteconsole deployment | | flyteconsole.resources | object | `{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Default resources requests and limits for Flyteconsole deployment | | flyteconsole.service | object | `{"annotations":{},"type":"ClusterIP"}` | Service settings for Flyteconsole | | flyteconsole.tolerations | list | `[]` | tolerations for Flyteconsole deployment | -| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.13.4"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | +| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.13.20"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | | flytepropeller.affinity | object | `{}` | affinity for Flytepropeller deployment | | flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flytepropeller.image.tag | string | `"v0.13.4"` | Docker image tag | +| flytepropeller.image.tag | string | `"v0.13.20"` | Docker image tag | | flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment | | flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods | | flytepropeller.replicaCount | int | `1` | Replicas count for Flytepropeller deployment | diff --git a/charts/flyte/values.yaml b/charts/flyte/values.yaml index f0ed018cc8..323d09fab4 100755 --- a/charts/flyte/values.yaml +++ b/charts/flyte/values.yaml @@ -16,7 +16,7 @@ flyteadmin: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin # -- Docker image tag - tag: v0.6.16 # FLYTEADMIN_TAG + tag: v0.6.22 # FLYTEADMIN_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment @@ -71,7 +71,7 @@ datacatalog: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog # -- Docker image tag - tag: v0.3.6 # DATACATALOG_TAG + tag: v0.3.9 # DATACATALOG_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment @@ -119,7 +119,7 @@ flytepropeller: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # -- Docker image tag - tag: v0.13.4 # FLYTEPROPELLER_TAG + tag: v0.13.20 # FLYTEPROPELLER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment @@ -164,7 +164,7 @@ flyteconsole: # -- Docker image for Flyteconsole deployment repository: cr.flyte.org/flyteorg/flyteconsole # -- Docker image tag - tag: v0.20.1 # FLYTECONSOLE_TAG + tag: v0.25.0 # FLYTECONSOLE_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteconsole deployment diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index 5aca6b5cbd..dcf75b383f 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -8619,7 +8619,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8642,7 +8642,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8699,7 +8699,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8726,7 +8726,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8770,7 +8770,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8817,7 +8817,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8834,7 +8834,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8848,7 +8848,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8868,7 +8868,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8914,7 +8914,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.20.1 + image: cr.flyte.org/flyteorg/flyteconsole:v0.25.0 name: flyteconsole ports: - containerPort: 8080 @@ -8958,7 +8958,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9150,7 +9150,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index f20e5ec6f2..d8735dfb4f 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -1341,7 +1341,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1358,7 +1358,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -1372,7 +1372,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1383,7 +1383,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -1404,7 +1404,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1500,7 +1500,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.20.1" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1563,7 +1563,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.6" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.9" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1577,7 +1577,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.6" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.9" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1652,7 +1652,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1705,14 +1705,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.13.4 + app.kubernetes.io/version: v0.13.20 annotations: configChecksum: "08ecba3dfce27eb9ba518185f130dd04e1133f60fa432e53e7ec2ddf9abc8de" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1735,7 +1735,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1917,7 +1917,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index cce543d2b1..aadc877012 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8661,7 +8661,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8684,7 +8684,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8741,7 +8741,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8768,7 +8768,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8812,7 +8812,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8859,7 +8859,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8876,7 +8876,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8890,7 +8890,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8910,7 +8910,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8956,7 +8956,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.20.1 + image: cr.flyte.org/flyteorg/flyteconsole:v0.25.0 name: flyteconsole ports: - containerPort: 8080 @@ -9000,7 +9000,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9192,7 +9192,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index 13db9a8546..ee4ef4de56 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -3147,7 +3147,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3163,7 +3163,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -3176,7 +3176,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -3186,7 +3186,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -3207,7 +3207,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -3293,7 +3293,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.20.1" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -3349,7 +3349,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.6" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.9" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3362,7 +3362,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.6" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.9" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -3530,7 +3530,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -3576,14 +3576,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.13.4 + app.kubernetes.io/version: v0.13.20 annotations: configChecksum: "3413b76dbd585dbaafc0f91cc55e2a8e4fa98e65074c0ca510782c961cfa62f" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3606,7 +3606,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3788,7 +3788,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 3d22a66189..9160197002 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2761,7 +2761,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -2779,7 +2779,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2836,7 +2836,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -2866,7 +2866,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -2913,7 +2913,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -2939,7 +2939,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources-goroutine volumeMounts: @@ -2980,7 +2980,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2996,7 +2996,7 @@ spec: - seed-projects - flytesnacks - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -3010,7 +3010,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -3030,7 +3030,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -3076,7 +3076,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.20.1 + image: cr.flyte.org/flyteorg/flyteconsole:v0.25.0 name: flyteconsole ports: - containerPort: 8080 @@ -3120,7 +3120,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -3439,7 +3439,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index 6c62a8a9ab..892013d4bf 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -3292,7 +3292,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3308,7 +3308,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -3321,7 +3321,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -3331,7 +3331,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -3352,7 +3352,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -3438,7 +3438,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.20.1" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -3494,7 +3494,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.6" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.9" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3507,7 +3507,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.6" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.9" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -3675,7 +3675,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -3721,14 +3721,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.13.4 + app.kubernetes.io/version: v0.13.20 annotations: configChecksum: "77b895cdd5f689eecbbf2a08824f405d3cad3205f1ce2d5356378b9034a33ca" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3751,7 +3751,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.4" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3807,7 +3807,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.16" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index bfd0d67d8f..bbb0f02b76 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -621,7 +621,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -639,7 +639,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.6 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.9 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -696,7 +696,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -723,7 +723,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -767,7 +767,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -820,7 +820,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -836,7 +836,7 @@ spec: - seed-projects - flytetester - flytesnacks - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -850,7 +850,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -870,7 +870,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.16 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -926,7 +926,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.4 + image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index d07ebd50b6..196d0d6473 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: cr.flyte.org/flyteorg/flytetools:1f3a7c4d74da801cf0ea60b99367070434c79da3 + image: ghcr.io/flyteorg/flytetools:c4b635a48a7aafa93750c1c3a594320f2476db96 imagePullPolicy: IfNotPresent name: flytetester resources: diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index 3a1db2de48..818a43c12e 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -21,21 +21,21 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.16 # FLYTEADMIN_TAG override the tag + newTag: v0.6.22 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.20.1 # FLYTECONSOLE_TAG the tag + newTag: v0.25.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.6 # DATACATALOG_TAG override the tag + newTag: v0.3.9 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index 0b5bb87d83..784bd8d817 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -23,21 +23,21 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.16 # FLYTEADMIN_TAG override the tag + newTag: v0.6.22 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.20.1 # FLYTECONSOLE_TAG the tag + newTag: v0.25.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.6 # DATACATALOG_TAG override the tag + newTag: v0.3.9 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name diff --git a/kustomize/overlays/sandbox/kustomization.yaml b/kustomize/overlays/sandbox/kustomization.yaml index 120e35e722..15105d493e 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -25,23 +25,23 @@ resources: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.16 # FLYTEADMIN_TAG override the tag + newTag: v0.6.22 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.20.1 # FLYTECONSOLE_TAG the tag + newTag: v0.25.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.6 # DATACATALOG_TAG override the tag + newTag: v0.3.9 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/test/kustomization.yaml b/kustomize/overlays/test/kustomization.yaml index 892534407d..5256ecdaf9 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -19,23 +19,23 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.16 # FLYTEADMIN_TAG override the tag + newTag: v0.6.22 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.20.1 # FLYTECONSOLE_TAG the tag + newTag: v0.25.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.6 # DATACATALOG_TAG override the tag + newTag: v0.3.9 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.13.4 # FLYTEPROPELLER_TAG override the tag + newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres