From a14fd47fe07d2901ae424733993650d980966765 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Mon, 15 Mar 2021 16:20:19 -0700 Subject: [PATCH] Update deployments with latest k8s library deps (#826) --- deployment/eks/flyte_generated.yaml | 29 +++++++------------ deployment/gcp/flyte_generated.yaml | 29 +++++++------------ deployment/sandbox/flyte_generated.yaml | 29 +++++++------------ deployment/test/flyte_generated.yaml | 26 +++++++---------- .../admindeployment/clustersync/cron.yaml | 2 +- .../base/admindeployment/deployment.yaml | 18 ++++++------ kustomize/base/datacatalog/deployment.yaml | 10 +++---- kustomize/base/propeller/deployment.yaml | 4 +-- kustomize/overlays/eks/kustomization.yaml | 8 ++--- kustomize/overlays/gcp/kustomization.yaml | 8 ++--- .../sandbox/flyte/admin/deployment.yaml | 9 ++---- kustomize/overlays/sandbox/kustomization.yaml | 8 ++--- .../overlays/test/flyte/admin/deployment.yaml | 6 ++-- kustomize/overlays/test/kustomization.yaml | 8 ++--- 14 files changed, 82 insertions(+), 112 deletions(-) diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index da4a775757..dce796fcae 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -8525,16 +8525,15 @@ spec: labels: app: datacatalog app.kubernetes.io/name: datacatalog - app.kubernetes.io/version: 0.2.2 + app.kubernetes.io/version: 0.3.0 spec: containers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - serve - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8553,12 +8552,11 @@ spec: initContainers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - migrate - run - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8598,16 +8596,15 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.3.29 + app.kubernetes.io/version: 0.3.38 spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - serve - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8648,12 +8645,11 @@ spec: initContainers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate - run - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8663,7 +8659,6 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate @@ -8671,7 +8666,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8681,12 +8676,11 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8764,7 +8758,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.5.13 + app.kubernetes.io/version: 0.7.1 spec: containers: - args: @@ -8777,7 +8771,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: ghcr.io/flyteorg/flytepropeller:v0.6.2 + image: ghcr.io/flyteorg/flytepropeller:v0.7.1 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -8960,12 +8954,11 @@ spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index 20b741c4a0..2faab6b203 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8557,16 +8557,15 @@ spec: labels: app: datacatalog app.kubernetes.io/name: datacatalog - app.kubernetes.io/version: 0.2.2 + app.kubernetes.io/version: 0.3.0 spec: containers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - serve - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8585,12 +8584,11 @@ spec: initContainers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - migrate - run - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8630,16 +8628,15 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.3.29 + app.kubernetes.io/version: 0.3.38 spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - serve - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8680,12 +8677,11 @@ spec: initContainers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate - run - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8695,7 +8691,6 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate @@ -8703,7 +8698,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8713,12 +8708,11 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8796,7 +8790,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.5.13 + app.kubernetes.io/version: 0.7.1 spec: containers: - args: @@ -8809,7 +8803,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: ghcr.io/flyteorg/flytepropeller:v0.6.2 + image: ghcr.io/flyteorg/flytepropeller:v0.7.1 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -8992,12 +8986,11 @@ spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 736454efa8..f0dde874e2 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2646,16 +2646,15 @@ spec: labels: app: datacatalog app.kubernetes.io/name: datacatalog - app.kubernetes.io/version: 0.2.2 + app.kubernetes.io/version: 0.3.0 spec: containers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - serve - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -2669,12 +2668,11 @@ spec: initContainers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - migrate - run - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2714,16 +2712,15 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.3.29 + app.kubernetes.io/version: 0.3.38 spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - serve - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -2770,12 +2767,11 @@ spec: name: check-db-ready - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate - run - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2785,14 +2781,13 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate - seed-projects - flytesnacks - flyteexamples - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -2802,12 +2797,11 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -2885,7 +2879,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.5.13 + app.kubernetes.io/version: 0.7.1 spec: containers: - args: @@ -2898,7 +2892,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: ghcr.io/flyteorg/flytepropeller:v0.6.2 + image: ghcr.io/flyteorg/flytepropeller:v0.7.1 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -3199,12 +3193,11 @@ spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 0efb4347d3..2028979b20 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -517,16 +517,15 @@ spec: labels: app: datacatalog app.kubernetes.io/name: datacatalog - app.kubernetes.io/version: 0.2.2 + app.kubernetes.io/version: 0.3.0 spec: containers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - serve - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -540,12 +539,11 @@ spec: initContainers: - command: - datacatalog - - --logtostderr - --config - /etc/datacatalog/config/*.yaml - migrate - run - image: ghcr.io/lyft/datacatalog:v0.2.130 + image: ghcr.io/flyteorg/datacatalog:v0.3.0 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -585,16 +583,15 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.3.29 + app.kubernetes.io/version: 0.3.38 spec: containers: - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - serve - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -641,12 +638,11 @@ spec: name: check-db-ready - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate - run - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -656,14 +652,13 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate - seed-projects - flytetester - flytesnacks - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -673,12 +668,11 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource - sync - image: ghcr.io/flyteorg/flyteadmin:v0.3.37 + image: ghcr.io/flyteorg/flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -722,7 +716,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.5.13 + app.kubernetes.io/version: 0.7.1 spec: containers: - args: @@ -735,7 +729,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: ghcr.io/flyteorg/flytepropeller:v0.6.2 + image: ghcr.io/flyteorg/flytepropeller:v0.7.1 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/kustomize/base/admindeployment/clustersync/cron.yaml b/kustomize/base/admindeployment/clustersync/cron.yaml index 7651a93e0b..b23ffaf6d5 100644 --- a/kustomize/base/admindeployment/clustersync/cron.yaml +++ b/kustomize/base/admindeployment/clustersync/cron.yaml @@ -14,7 +14,7 @@ spec: - name: sync-cluster-resources image: flyteadmin:v0.3.29 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] volumeMounts: - name: resource-templates mountPath: /etc/flyte/clusterresource/templates diff --git a/kustomize/base/admindeployment/deployment.yaml b/kustomize/base/admindeployment/deployment.yaml index b7c476ccff..1c455774ab 100644 --- a/kustomize/base/admindeployment/deployment.yaml +++ b/kustomize/base/admindeployment/deployment.yaml @@ -16,7 +16,7 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.3.29 + app.kubernetes.io/version: 0.3.38 annotations: prometheus.io/scrape: "true" prometheus.io/port: "10254" @@ -37,9 +37,9 @@ spec: secretName: db-pass initContainers: - name: run-migrations - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "migrate", "run"] + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "migrate", "run"] volumeMounts: - name: config-volume mountPath: /etc/flyte/config @@ -47,9 +47,9 @@ spec: mountPath: /etc/db # Optional, These just seed the project - TODO move them to only - name: seed-projects - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"] volumeMounts: - name: config-volume @@ -57,9 +57,9 @@ spec: - name: db-pass mountPath: /etc/db - name: sync-cluster-resources - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] volumeMounts: - name: resource-templates mountPath: /etc/flyte/clusterresource/templates @@ -69,9 +69,9 @@ spec: mountPath: /etc/db containers: - name: flyteadmin - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "serve"] + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "serve"] ports: - containerPort: 8088 - containerPort: 8089 diff --git a/kustomize/base/datacatalog/deployment.yaml b/kustomize/base/datacatalog/deployment.yaml index 11d7febc0c..ebed3d6708 100644 --- a/kustomize/base/datacatalog/deployment.yaml +++ b/kustomize/base/datacatalog/deployment.yaml @@ -15,7 +15,7 @@ spec: labels: app: datacatalog app.kubernetes.io/name: datacatalog - app.kubernetes.io/version: 0.2.2 + app.kubernetes.io/version: 0.3.0 annotations: prometheus.io/scrape: "true" prometheus.io/port: "10254" @@ -33,9 +33,9 @@ spec: secretName: db-pass initContainers: - name: run-migrations - image: datacatalog:v0.2.2 + image: datacatalog:v0.3.0 imagePullPolicy: IfNotPresent - command: ["datacatalog", "--logtostderr", "--config", "/etc/datacatalog/config/*.yaml", "migrate", "run"] + command: ["datacatalog", "--config", "/etc/datacatalog/config/*.yaml", "migrate", "run"] volumeMounts: - name: config-volume mountPath: /etc/datacatalog/config @@ -43,9 +43,9 @@ spec: mountPath: /etc/db containers: - name: datacatalog - image: datacatalog:v0.2.2 + image: datacatalog:v0.3.0 imagePullPolicy: IfNotPresent - command: ["datacatalog", "--logtostderr", "--config", "/etc/datacatalog/config/*.yaml", "serve"] + command: ["datacatalog", "--config", "/etc/datacatalog/config/*.yaml", "serve"] ports: - containerPort: 8088 - containerPort: 8089 diff --git a/kustomize/base/propeller/deployment.yaml b/kustomize/base/propeller/deployment.yaml index da0b1179ed..e3e33240b8 100644 --- a/kustomize/base/propeller/deployment.yaml +++ b/kustomize/base/propeller/deployment.yaml @@ -15,7 +15,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.5.13 + app.kubernetes.io/version: 0.7.1 annotations: prometheus.io/scrape: "true" prometheus.io/port: "10254" @@ -28,7 +28,7 @@ spec: name: flyte-propeller-config containers: - name: flytepropeller - image: flytepropeller:v0.5.13 + image: flytepropeller:v0.7.1 command: - flytepropeller args: diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index a0b5600f02..e0ab501cdd 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.3.37 # override the tag + newTag: v0.3.38 # override the tag newName: ghcr.io/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -29,9 +29,9 @@ images: newName: ghcr.io/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.2.130 # override the tag - newName: ghcr.io/lyft/datacatalog # override the name + newTag: v0.3.0 # override the tag + newName: ghcr.io/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.6.2 # override the tag + newTag: v0.7.1 # override the tag newName: ghcr.io/flyteorg/flytepropeller # override the name diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index abdaad34af..acfcec1508 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.3.37 # override the tag + newTag: v0.3.38 # override the tag newName: ghcr.io/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -31,9 +31,9 @@ images: newName: ghcr.io/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.2.130 # override the tag - newName: ghcr.io/lyft/datacatalog # override the name + newTag: v0.3.0 # override the tag + newName: ghcr.io/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.6.2 # override the tag + newTag: v0.7.1 # override the tag newName: ghcr.io/flyteorg/flytepropeller # override the name diff --git a/kustomize/overlays/sandbox/flyte/admin/deployment.yaml b/kustomize/overlays/sandbox/flyte/admin/deployment.yaml index 2f02e350e7..33f39ab46b 100644 --- a/kustomize/overlays/sandbox/flyte/admin/deployment.yaml +++ b/kustomize/overlays/sandbox/flyte/admin/deployment.yaml @@ -20,12 +20,11 @@ spec: do echo waiting for database; sleep 2; done;", ] - name: run-migrations - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent command: [ "flyteadmin", - "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "migrate", @@ -35,12 +34,11 @@ spec: - name: config-volume mountPath: /etc/flyte/config - name: seed-projects - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent command: [ "flyteadmin", - "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "migrate", @@ -52,12 +50,11 @@ spec: - name: config-volume mountPath: /etc/flyte/config - name: sync-cluster-resources - image: flyteadmin:v0.3.29 + image: flyteadmin:v0.3.38 imagePullPolicy: IfNotPresent command: [ "flyteadmin", - "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "clusterresource", diff --git a/kustomize/overlays/sandbox/kustomization.yaml b/kustomize/overlays/sandbox/kustomization.yaml index 5316bcdcd8..59f2f9e5ca 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.3.37 # override the tag + newTag: v0.3.38 # override the tag newName: ghcr.io/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -33,11 +33,11 @@ images: newName: ghcr.io/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.2.130 # override the tag - newName: ghcr.io/lyft/datacatalog # override the name + newTag: v0.3.0 # override the tag + newName: ghcr.io/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.6.2 # override the tag + newTag: v0.7.1 # override the tag newName: ghcr.io/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/test/flyte/admin/deployment.yaml b/kustomize/overlays/test/flyte/admin/deployment.yaml index c6f7e6cab4..b4b9d59183 100644 --- a/kustomize/overlays/test/flyte/admin/deployment.yaml +++ b/kustomize/overlays/test/flyte/admin/deployment.yaml @@ -19,7 +19,7 @@ spec: - name: run-migrations image: flyteadmin:v0.3.5 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "migrate", "run"] volumeMounts: - name: config-volume @@ -27,7 +27,7 @@ spec: - name: seed-projects image: flyteadmin:v0.3.5 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "migrate", "seed-projects", "flytetester", "flytesnacks"] volumeMounts: - name: config-volume @@ -35,7 +35,7 @@ spec: - name: sync-cluster-resources image: flyteadmin:v0.3.5 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] volumeMounts: - name: resource-templates mountPath: /etc/flyte/clusterresource/templates diff --git a/kustomize/overlays/test/kustomization.yaml b/kustomize/overlays/test/kustomization.yaml index 9e7fe6f8b4..313dffa35e 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.3.37 # override the tag + newTag: v0.3.38 # override the tag newName: ghcr.io/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -27,11 +27,11 @@ images: newName: ghcr.io/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.2.130 # override the tag - newName: ghcr.io/lyft/datacatalog # override the name + newTag: v0.3.0 # override the tag + newName: ghcr.io/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.6.2 # override the tag + newTag: v0.7.1 # override the tag newName: ghcr.io/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres