diff --git a/charts/flyte-core/README.md b/charts/flyte-core/README.md index 66210a11a4..8483b3b487 100644 --- a/charts/flyte-core/README.md +++ b/charts/flyte-core/README.md @@ -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.22"` | | +| flyteadmin.image.tag | string | `"v0.6.28"` | | | 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.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 | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.25.1"},"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.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 | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.14.3"},"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 0b0ea66165..cc988598a9 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.22 # FLYTEADMIN_TAG + tag: v0.6.28 # FLYTEADMIN_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment resources: @@ -115,7 +115,7 @@ flytepropeller: image: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller - tag: v0.13.20 # FLYTEPROPELLER_TAG + tag: v0.14.3 # 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.25.0 # FLYTECONSOLE_TAG + tag: v0.25.1 # 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 fc95e7d517..01f4c12f09 100644 --- a/charts/flyte/README.md +++ b/charts/flyte/README.md @@ -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.22"` | Docker image tag | +| flyteadmin.image.tag | string | `"v0.6.28"` | 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.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 | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.25.1"},"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.25.0"` | Docker image tag | +| flyteconsole.image.tag | string | `"v0.25.1"` | 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.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 | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.14.3"},"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.20"` | Docker image tag | +| flytepropeller.image.tag | string | `"v0.14.3"` | 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 323d09fab4..3d552a8fb1 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.22 # FLYTEADMIN_TAG + tag: v0.6.28 # FLYTEADMIN_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment @@ -119,7 +119,7 @@ flytepropeller: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # -- Docker image tag - tag: v0.13.20 # FLYTEPROPELLER_TAG + tag: v0.14.3 # 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.25.0 # FLYTECONSOLE_TAG + tag: v0.25.1 # 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 dcf75b383f..d815aadc00 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -8699,7 +8699,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8726,7 +8726,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8817,7 +8817,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8834,7 +8834,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8914,7 +8914,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.25.0 + image: cr.flyte.org/flyteorg/flyteconsole:v0.25.1 name: flyteconsole ports: - containerPort: 8080 @@ -8958,7 +8958,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9150,7 +9150,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index d0412ac564..24967cfd59 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.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1358,7 +1358,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" 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.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" 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.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" 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.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" 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.25.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.1" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1652,7 +1652,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" 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.20 + app.kubernetes.io/version: v0.14.3 annotations: configChecksum: "08ecba3dfce27eb9ba518185f130dd04e1133f60fa432e53e7ec2ddf9abc8de" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1735,7 +1735,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1917,7 +1917,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index aadc877012..00b6a085ae 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8741,7 +8741,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8768,7 +8768,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8859,7 +8859,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8876,7 +8876,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8956,7 +8956,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.25.0 + image: cr.flyte.org/flyteorg/flyteconsole:v0.25.1 name: flyteconsole ports: - containerPort: 8080 @@ -9000,7 +9000,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9192,7 +9192,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index 209b3a5e0e..f82814eaf6 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -1245,7 +1245,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1261,7 +1261,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -1274,7 +1274,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1284,7 +1284,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -1305,7 +1305,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1391,7 +1391,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.1" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1525,7 +1525,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1571,14 +1571,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.13.20 + app.kubernetes.io/version: v0.14.3 annotations: configChecksum: "3413b76dbd585dbaafc0f91cc55e2a8e4fa98e65074c0ca510782c961cfa62f" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1601,7 +1601,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1783,7 +1783,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 9160197002..2730208211 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2836,7 +2836,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -2866,7 +2866,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -2939,7 +2939,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2996,7 +2996,7 @@ spec: - seed-projects - flytesnacks - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -3076,7 +3076,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.25.0 + image: cr.flyte.org/flyteorg/flyteconsole:v0.25.1 name: flyteconsole ports: - containerPort: 8080 @@ -3120,7 +3120,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -3439,7 +3439,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index af81555d91..7f3b4d13bb 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -3478,7 +3478,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3494,7 +3494,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -3507,7 +3507,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -3517,7 +3517,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -3538,7 +3538,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -3624,7 +3624,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.25.1" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -3878,7 +3878,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -3924,14 +3924,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.13.20 + app.kubernetes.io/version: v0.14.3 annotations: configChecksum: "23649f70ef6d41dc508d570df33d78103effffb3d876ea7fc84bcef4693bfd3" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3954,7 +3954,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.13.20" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.3" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -4010,7 +4010,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.22" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.28" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index bbb0f02b76..eab4509389 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -696,7 +696,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -723,7 +723,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -820,7 +820,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -836,7 +836,7 @@ spec: - seed-projects - flytetester - flytesnacks - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 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.22 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.28 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -926,7 +926,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.13.20 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.3 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index 818a43c12e..21f1aac493 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -21,11 +21,11 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.22 # FLYTEADMIN_TAG override the tag + newTag: v0.6.28 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.25.0 # FLYTECONSOLE_TAG the tag + newTag: v0.25.1 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -33,9 +33,9 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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 784bd8d817..bcba287a7f 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -23,11 +23,11 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.22 # FLYTEADMIN_TAG override the tag + newTag: v0.6.28 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.25.0 # FLYTECONSOLE_TAG the tag + newTag: v0.25.1 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -35,9 +35,9 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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 15105d493e..1a065659f9 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -25,11 +25,11 @@ resources: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.22 # FLYTEADMIN_TAG override the tag + newTag: v0.6.28 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.25.0 # FLYTECONSOLE_TAG the tag + newTag: v0.25.1 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -37,11 +37,11 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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 5256ecdaf9..9b801d4e58 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -19,11 +19,11 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.22 # FLYTEADMIN_TAG override the tag + newTag: v0.6.28 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.25.0 # FLYTECONSOLE_TAG the tag + newTag: v0.25.1 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -31,11 +31,11 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.13.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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.20 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.3 # 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