From 5a2f5f90350019d3c65f5efee4fc3c8810f8a491 Mon Sep 17 00:00:00 2001 From: Flyte Bot Date: Mon, 5 Jul 2021 16:21:30 -0700 Subject: [PATCH] Update Flyte Components (#1206) --- deployment/eks/flyte_generated.yaml | 22 ++++++++--------- deployment/eks/flyte_helm_generated.yaml | 24 +++++++++---------- deployment/gcp/flyte_generated.yaml | 22 ++++++++--------- deployment/gcp/flyte_helm_generated.yaml | 24 +++++++++---------- deployment/sandbox/flyte_generated.yaml | 22 ++++++++--------- deployment/sandbox/flyte_helm_generated.yaml | 24 +++++++++---------- deployment/test/flyte_generated.yaml | 20 ++++++++-------- helm/README.md | 6 ++--- helm/values.yaml | 6 ++--- kustomize/overlays/eks/kustomization.yaml | 8 +++---- kustomize/overlays/gcp/kustomization.yaml | 8 +++---- kustomize/overlays/sandbox/kustomization.yaml | 8 +++---- kustomize/overlays/test/kustomization.yaml | 8 +++---- 13 files changed, 101 insertions(+), 101 deletions(-) diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index 440493e059..586f4ace88 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -8612,7 +8612,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8635,7 +8635,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8692,7 +8692,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8740,7 +8740,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8787,7 +8787,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8804,7 +8804,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8818,7 +8818,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8838,7 +8838,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8928,7 +8928,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9120,7 +9120,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -9170,7 +9170,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index a23e5472f0..2a593314dc 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -1340,7 +1340,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1357,7 +1357,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -1371,7 +1371,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1382,7 +1382,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -1403,7 +1403,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1562,7 +1562,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1576,7 +1576,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1651,7 +1651,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1704,14 +1704,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.11.0 + app.kubernetes.io/version: v0.12.9 annotations: configChecksum: "777a87595226a9f853f6caf06d8b1a588dc52eb4865415ea61c4a6155b62714" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1734,7 +1734,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1916,7 +1916,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index 7d4abf500d..91b4bd411f 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8654,7 +8654,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8677,7 +8677,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8734,7 +8734,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8782,7 +8782,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8829,7 +8829,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8846,7 +8846,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8860,7 +8860,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8880,7 +8880,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8970,7 +8970,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9162,7 +9162,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -9212,7 +9212,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index fc12c04356..84ba79ace7 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -3144,7 +3144,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3160,7 +3160,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -3173,7 +3173,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -3183,7 +3183,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -3204,7 +3204,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -3346,7 +3346,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3359,7 +3359,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -3527,7 +3527,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -3573,14 +3573,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.11.0 + app.kubernetes.io/version: v0.12.9 annotations: configChecksum: "8aefd61e6cf16442584f2e1980cee5db78fbc48e55b9e68d61299d7083fb389" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3603,7 +3603,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3785,7 +3785,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 17bfb28b82..72933f10bf 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2754,7 +2754,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -2772,7 +2772,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2829,7 +2829,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -2883,7 +2883,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -2936,7 +2936,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2952,7 +2952,7 @@ spec: - seed-projects - flytesnacks - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -2966,7 +2966,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -2986,7 +2986,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -3076,7 +3076,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -3395,7 +3395,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -3579,7 +3579,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index 65b8904924..7ab00b9eca 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -3309,7 +3309,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3325,7 +3325,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -3338,7 +3338,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -3348,7 +3348,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -3369,7 +3369,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -3511,7 +3511,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3524,7 +3524,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -3692,7 +3692,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -3738,14 +3738,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.11.0 + app.kubernetes.io/version: v0.12.9 annotations: configChecksum: "e058717a2d188a9fa4f917de689533fdb2c07c6978169c5b15a2ec765900b3b" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3768,7 +3768,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -3824,7 +3824,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index e826e81ef1..0a033e3565 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -614,7 +614,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -632,7 +632,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.4 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.5 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -689,7 +689,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -737,7 +737,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -790,7 +790,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -806,7 +806,7 @@ spec: - seed-projects - flytetester - flytesnacks - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -820,7 +820,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -840,7 +840,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -896,7 +896,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -1015,7 +1015,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0 + image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9 imagePullPolicy: IfNotPresent name: webhook volumeMounts: diff --git a/helm/README.md b/helm/README.md index d7b57b0300..682dddd227 100644 --- a/helm/README.md +++ b/helm/README.md @@ -108,7 +108,7 @@ helm upgrade -f values-sandbox.yaml flyte . | datacatalog.configPath | string | `"/etc/datacatalog/config/*.yaml"` | Default regex string for searching configuration files | | datacatalog.image.pullPolicy | string | `"IfNotPresent"` | | | datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | -| datacatalog.image.tag | string | `"v0.3.4"` | | +| datacatalog.image.tag | string | `"v0.3.5"` | | | datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment | | datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods | | datacatalog.replicaCount | int | `1` | Replicas count for Datacatalog deployment | @@ -124,7 +124,7 @@ helm upgrade -f values-sandbox.yaml 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.0"` | | +| flyteadmin.image.tag | string | `"v0.6.10"` | | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -152,7 +152,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flytepropeller.image.tag | string | `"v0.11.0"` | | +| flytepropeller.image.tag | string | `"v0.12.9"` | | | 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/helm/values.yaml b/helm/values.yaml index c94afa42e2..12e70a842c 100755 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -15,7 +15,7 @@ flyteadmin: image: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin - tag: v0.6.0 # FLYTEADMIN_TAG + tag: v0.6.10 # FLYTEADMIN_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment resources: @@ -68,7 +68,7 @@ datacatalog: image: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog - tag: v0.3.4 # DATACATALOG_TAG + tag: v0.3.5 # DATACATALOG_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment resources: @@ -114,7 +114,7 @@ flytepropeller: image: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller - tag: v0.11.0 # FLYTEPROPELLER_TAG + tag: v0.12.9 # FLYTEPROPELLER_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment resources: diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index d715e60b4d..b2f5daa742 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -21,7 +21,7 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.0 # FLYTEADMIN_TAG override the tag + newTag: v0.6.10 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -29,13 +29,13 @@ images: newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.4 # DATACATALOG_TAG override the tag + newTag: v0.3.5 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # 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 bdbb77b8ee..965e72e614 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -23,7 +23,7 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.0 # FLYTEADMIN_TAG override the tag + newTag: v0.6.10 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -31,13 +31,13 @@ images: newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.4 # DATACATALOG_TAG override the tag + newTag: v0.3.5 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # 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 a25338ab38..7bea49f8eb 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -25,7 +25,7 @@ resources: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.0 # FLYTEADMIN_TAG override the tag + newTag: v0.6.10 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -33,15 +33,15 @@ images: newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.4 # DATACATALOG_TAG override the tag + newTag: v0.3.5 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # 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 b2d4dddeb3..7cec8a61c2 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -19,7 +19,7 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.0 # FLYTEADMIN_TAG override the tag + newTag: v0.6.10 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -27,15 +27,15 @@ images: newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.4 # DATACATALOG_TAG override the tag + newTag: v0.3.5 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.11.0 # FLYTEPROPELLER_TAG override the tag + newTag: v0.12.9 # 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