From 06f2a15d323e4af0bf4dad1e62f80c783304c7fe Mon Sep 17 00:00:00 2001 From: Miguel Toledo Date: Fri, 25 Oct 2019 13:40:21 -0700 Subject: [PATCH] v.0.1.4 --- deployment/sandbox/flyte_generated.yaml | 2 +- deployment/test/flyte_generated.yaml | 2 +- kustomize/base/admindeployment/deployment.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 87d23b5440..5648c68d28 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -1006,7 +1006,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:v0.1.3 + image: docker.io/lyft/flyteadmin:v0.1.4 imagePullPolicy: IfNotPresent name: flyteadmin ports: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 97c6df912c..287f05aad2 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -667,7 +667,7 @@ spec: - --config - /etc/flyte/config/flyteadmin_config.yaml - serve - image: docker.io/lyft/flyteadmin:v0.1.3 + image: docker.io/lyft/flyteadmin:v0.1.4 imagePullPolicy: IfNotPresent name: flyteadmin ports: diff --git a/kustomize/base/admindeployment/deployment.yaml b/kustomize/base/admindeployment/deployment.yaml index 9e84c1cc14..3bd46cc7d2 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.1.3 + image: docker.io/lyft/flyteadmin:v0.1.4 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.1.3 + image: docker.io/lyft/flyteadmin:v0.1.4 imagePullPolicy: IfNotPresent command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"] ports: