From 3922b0c82e50b469ba7d666bfb2d20a1f869bdcc Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Fri, 17 Apr 2020 13:56:45 -0700 Subject: [PATCH 1/2] Update admin release version --- deployment/sandbox/flyte_generated.yaml | 12 ++++++------ deployment/test/flyte_generated.yaml | 12 ++++++------ kustomize/base/admindeployment/deployment.yaml | 6 +++--- .../sandbox/admindeployment/admindeployment.yaml | 6 +++--- kustomize/overlays/sandbox/admindeployment/cron.yaml | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 616ff1bca8..d120b0bc2f 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -977,7 +977,7 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.2.5 + app.kubernetes.io/version: 0.2.6 spec: containers: - command: @@ -986,7 +986,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -1037,7 +1037,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1053,7 +1053,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1066,7 +1066,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1464,7 +1464,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 9a19aae3f6..9960f218f1 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -644,7 +644,7 @@ spec: labels: app: flyteadmin app.kubernetes.io/name: flyteadmin - app.kubernetes.io/version: 0.2.5 + app.kubernetes.io/version: 0.2.6 spec: containers: - command: @@ -653,7 +653,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -704,7 +704,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -720,7 +720,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -733,7 +733,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1031,7 +1031,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/kustomize/base/admindeployment/deployment.yaml b/kustomize/base/admindeployment/deployment.yaml index 1e68f116bd..5372c24e0d 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.2.5 + app.kubernetes.io/version: 0.2.6 annotations: prometheus.io/scrape: "true" prometheus.io/port: "10254" @@ -31,7 +31,7 @@ spec: name: flyte-admin-config initContainers: - name: run-migrations - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"] volumeMounts: @@ -39,7 +39,7 @@ spec: mountPath: /etc/flyte/config containers: - name: flyteadmin - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"] ports: diff --git a/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml b/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml index 84c424ff51..10401c82a0 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.5 + image: docker.io/lyft/flyteadmin:v0.26. 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.5 + image: docker.io/lyft/flyteadmin:v0.26. 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.5 + image: docker.io/lyft/flyteadmin:v0.26. imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"] volumeMounts: diff --git a/kustomize/overlays/sandbox/admindeployment/cron.yaml b/kustomize/overlays/sandbox/admindeployment/cron.yaml index ca36c625df..435a5bb7a0 100644 --- a/kustomize/overlays/sandbox/admindeployment/cron.yaml +++ b/kustomize/overlays/sandbox/admindeployment/cron.yaml @@ -12,7 +12,7 @@ spec: serviceAccountName: flyteadmin containers: - name: sync-cluster-resources - image: docker.io/lyft/flyteadmin:v0.2.5 + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"] volumeMounts: From 190662dcba0a1f8af64404446e69a6b128d4819d Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Fri, 17 Apr 2020 13:59:01 -0700 Subject: [PATCH 2/2] Yikes --- deployment/sandbox/flyte_generated.yaml | 6 +++--- deployment/test/flyte_generated.yaml | 6 +++--- .../overlays/sandbox/admindeployment/admindeployment.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index d120b0bc2f..8ad8868700 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -1037,7 +1037,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1053,7 +1053,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1066,7 +1066,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 9960f218f1..f21b8e183a 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -704,7 +704,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -720,7 +720,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -733,7 +733,7 @@ spec: - /etc/flyte/config/flyteadmin_config.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml b/kustomize/overlays/sandbox/admindeployment/admindeployment.yaml index 10401c82a0..4a76e86070 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.26. + image: docker.io/lyft/flyteadmin:v0.2.6 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.26. + image: docker.io/lyft/flyteadmin:v0.2.6 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.26. + image: docker.io/lyft/flyteadmin:v0.2.6 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"] volumeMounts: