From a4b2fc8e957d7d804d1a84a3508b1a1aa5183f86 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Sun, 8 Mar 2020 10:16:53 -0700 Subject: [PATCH 1/7] bump versions --- kustomize/base/admindeployment/deployment.yaml | 4 ++-- kustomize/base/propeller/deployment.yaml | 4 ++-- .../overlays/sandbox/admindeployment/admindeployment.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kustomize/base/admindeployment/deployment.yaml b/kustomize/base/admindeployment/deployment.yaml index 62fc3d44ee..c552d8df0c 100644 --- a/kustomize/base/admindeployment/deployment.yaml +++ b/kustomize/base/admindeployment/deployment.yaml @@ -29,7 +29,7 @@ spec: name: flyte-admin-config initContainers: - name: run-migrations - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"] volumeMounts: @@ -37,7 +37,7 @@ spec: mountPath: /etc/flyte/config containers: - name: flyteadmin - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"] ports: diff --git a/kustomize/base/propeller/deployment.yaml b/kustomize/base/propeller/deployment.yaml index 17a61eca3c..ad0797abf1 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.2.0 + app.kubernetes.io/version: 0.2.11 annotations: prometheus.io/scrape: "true" prometheus.io/port: "10254" @@ -31,7 +31,7 @@ spec: name: flyte-plugin-config containers: - name: flytepropeller - image: docker.io/lyft/flytepropeller:v0.2.0 + image: docker.io/lyft/flytepropeller:v0.2.11 command: - flytepropeller args: diff --git a/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml b/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml index 7456065b77..44f780df2e 100644 --- a/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml +++ b/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml @@ -17,7 +17,7 @@ spec: 'until pg_isready -h postgres -p 5432; do echo waiting for database; sleep 2; done;'] - name: run-migrations - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"] @@ -25,7 +25,7 @@ spec: - name: config-volume mountPath: /etc/flyte/config - name: seed-projects - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"] @@ -33,7 +33,7 @@ spec: - name: config-volume mountPath: /etc/flyte/config - name: sync-cluster-resources - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"] volumeMounts: From e21892cf0df45a27e5b3932a7e5ac27264f06017 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Sun, 8 Mar 2020 10:19:07 -0700 Subject: [PATCH 2/7] kustomize --- deployment/sandbox/flyte_generated.yaml | 12 ++++++------ deployment/test/flyte_generated.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 6e6adea2f7..e6fc4836b0 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -965,7 +965,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -1016,7 +1016,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1032,7 +1032,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1045,7 +1045,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1121,7 +1121,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.2.0 + app.kubernetes.io/version: 0.2.11 spec: containers: - args: @@ -1136,7 +1136,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.2.0 + image: docker.io/lyft/flytepropeller:v0.2.11 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 5daf2d7026..5053a4d1f5 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -634,7 +634,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -685,7 +685,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -701,7 +701,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -714,7 +714,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.2.1 + image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -753,7 +753,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.2.0 + app.kubernetes.io/version: 0.2.11 spec: containers: - args: @@ -766,7 +766,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.2.0 + image: docker.io/lyft/flytepropeller:v0.2.11 imagePullPolicy: IfNotPresent name: flytepropeller ports: From 5b08462db0011c2b346869e7777fb4e532298ef2 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 9 Mar 2020 14:45:49 -0700 Subject: [PATCH 3/7] using releases --- kustomize/base/admindeployment/deployment.yaml | 4 ++-- kustomize/base/propeller/deployment.yaml | 4 ++-- .../overlays/sandbox/admindeployment/admindeployment.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kustomize/base/admindeployment/deployment.yaml b/kustomize/base/admindeployment/deployment.yaml index c552d8df0c..fffae8bba9 100644 --- a/kustomize/base/admindeployment/deployment.yaml +++ b/kustomize/base/admindeployment/deployment.yaml @@ -29,7 +29,7 @@ spec: name: flyte-admin-config initContainers: - name: run-migrations - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"] volumeMounts: @@ -37,7 +37,7 @@ spec: mountPath: /etc/flyte/config containers: - name: flyteadmin - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"] ports: diff --git a/kustomize/base/propeller/deployment.yaml b/kustomize/base/propeller/deployment.yaml index ad0797abf1..8a6323d341 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.2.11 + app.kubernetes.io/version: 0.2.13 annotations: prometheus.io/scrape: "true" prometheus.io/port: "10254" @@ -31,7 +31,7 @@ spec: name: flyte-plugin-config containers: - name: flytepropeller - image: docker.io/lyft/flytepropeller:v0.2.11 + image: docker.io/lyft/flytepropeller:v0.2.13 command: - flytepropeller args: diff --git a/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml b/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml index 44f780df2e..0515b5c63f 100644 --- a/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml +++ b/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml @@ -17,7 +17,7 @@ spec: 'until pg_isready -h postgres -p 5432; do echo waiting for database; sleep 2; done;'] - name: run-migrations - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"] @@ -25,7 +25,7 @@ spec: - name: config-volume mountPath: /etc/flyte/config - name: seed-projects - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"] @@ -33,7 +33,7 @@ spec: - name: config-volume mountPath: /etc/flyte/config - name: sync-cluster-resources - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"] volumeMounts: From a82f8d8f48925b2e2c726e49045531a985cc5ee0 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 9 Mar 2020 14:48:03 -0700 Subject: [PATCH 4/7] kustomize --- deployment/sandbox/flyte_generated.yaml | 12 ++++++------ deployment/test/flyte_generated.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index e6fc4836b0..428e04a670 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -965,7 +965,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -1016,7 +1016,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1032,7 +1032,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1045,7 +1045,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1121,7 +1121,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.2.11 + app.kubernetes.io/version: 0.2.13 spec: containers: - args: @@ -1136,7 +1136,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.2.11 + image: docker.io/lyft/flytepropeller:v0.2.13 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 5053a4d1f5..4d7d9b0642 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -634,7 +634,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -685,7 +685,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -701,7 +701,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -714,7 +714,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:20638370c3cb5dd58227789ec90bc7f03441258e + image: docker.io/lyft/flyteadmin:v0.2.3 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -753,7 +753,7 @@ spec: labels: app: flytepropeller app.kubernetes.io/name: flytepropeller - app.kubernetes.io/version: 0.2.11 + app.kubernetes.io/version: 0.2.13 spec: containers: - args: @@ -766,7 +766,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.2.11 + image: docker.io/lyft/flytepropeller:v0.2.13 imagePullPolicy: IfNotPresent name: flytepropeller ports: From 03a624ceef05b4efe0108a38d3680d7f6568e04e Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 9 Mar 2020 15:35:15 -0700 Subject: [PATCH 5/7] bump test image to test sdk --- end2end/tests/endtoend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index 1e1352e928..a75c392eee 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: docker.io/lyft/flytetester:0.1.1_flytekitv0.3.0 + image: docker.io/lyft/flytetester:a277f329891e83c93657070bf425469bb25de6ad imagePullPolicy: IfNotPresent name: flytetester resources: From 06e077f8138b5c84a0df4793d4c56653a75d7dbf Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 9 Mar 2020 15:58:33 -0700 Subject: [PATCH 6/7] new sha --- end2end/tests/endtoend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index a75c392eee..3512d27fa2 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: docker.io/lyft/flytetester:a277f329891e83c93657070bf425469bb25de6ad + image: docker.io/lyft/flytetester:fae76571ebdef4767e59bf5f4dbd4a47ef5f9d78 imagePullPolicy: IfNotPresent name: flytetester resources: From 3b39a91cab4146befcc2f7aba9ac3d36e7a7c4eb Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 9 Mar 2020 19:22:15 -0700 Subject: [PATCH 7/7] updated flytetester image --- end2end/tests/endtoend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index 3512d27fa2..6e73aa4c13 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: docker.io/lyft/flytetester:fae76571ebdef4767e59bf5f4dbd4a47ef5f9d78 + image: docker.io/lyft/flytetester:v0.1.2_flytekitv0.6.0b1 imagePullPolicy: IfNotPresent name: flytetester resources: