From 616c79df09c435fa7659bf7e5194529d948ee93b Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Fri, 17 Jul 2020 12:38:47 -0700 Subject: [PATCH] Update manifests to v2.10.0-rc1 --- api/openapi-spec/swagger.json | 2 +- manifests/base/argo-server/argo-server-deployment.yaml | 2 +- .../workflow-controller/workflow-controller-deployment.yaml | 4 ++-- manifests/install.yaml | 6 +++--- manifests/namespace-install.yaml | 6 +++--- manifests/quick-start-minimal.yaml | 6 +++--- manifests/quick-start-mysql.yaml | 6 +++--- manifests/quick-start-postgres.yaml | 6 +++--- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index f782a5006a61..73686bba35f1 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -13,7 +13,7 @@ "info": { "description": "Argo", "title": "Argo", - "version": "latest" + "version": "v2.10.0-rc1" }, "paths": { "/api/v1/archived-workflows": { diff --git a/manifests/base/argo-server/argo-server-deployment.yaml b/manifests/base/argo-server/argo-server-deployment.yaml index dbafbfd8829a..75b5be901d92 100644 --- a/manifests/base/argo-server/argo-server-deployment.yaml +++ b/manifests/base/argo-server/argo-server-deployment.yaml @@ -14,7 +14,7 @@ spec: serviceAccountName: argo-server containers: - name: argo-server - image: argoproj/argocli:latest + image: argoproj/argocli:v2.10.0-rc1 args: [server] ports: - name: web diff --git a/manifests/base/workflow-controller/workflow-controller-deployment.yaml b/manifests/base/workflow-controller/workflow-controller-deployment.yaml index eaeb1d782008..ab3615c2fe02 100644 --- a/manifests/base/workflow-controller/workflow-controller-deployment.yaml +++ b/manifests/base/workflow-controller/workflow-controller-deployment.yaml @@ -14,13 +14,13 @@ spec: serviceAccountName: argo containers: - name: workflow-controller - image: argoproj/workflow-controller:latest + image: argoproj/workflow-controller:v2.10.0-rc1 command: - workflow-controller args: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:latest + - argoproj/argoexec:v2.10.0-rc1 nodeSelector: kubernetes.io/os: linux diff --git a/manifests/install.yaml b/manifests/install.yaml index a88b87c67e97..f2da596eadee 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -415,7 +415,7 @@ spec: containers: - args: - server - image: argoproj/argocli:latest + image: argoproj/argocli:v2.10.0-rc1 name: argo-server ports: - containerPort: 2746 @@ -449,10 +449,10 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:latest + - argoproj/argoexec:v2.10.0-rc1 command: - workflow-controller - image: argoproj/workflow-controller:latest + image: argoproj/workflow-controller:v2.10.0-rc1 name: workflow-controller nodeSelector: kubernetes.io/os: linux diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 3853a3205cfa..c55cfbb4ab24 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -320,7 +320,7 @@ spec: - args: - server - --namespaced - image: argoproj/argocli:latest + image: argoproj/argocli:v2.10.0-rc1 name: argo-server ports: - containerPort: 2746 @@ -354,11 +354,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:latest + - argoproj/argoexec:v2.10.0-rc1 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:latest + image: argoproj/workflow-controller:v2.10.0-rc1 name: workflow-controller nodeSelector: kubernetes.io/os: linux diff --git a/manifests/quick-start-minimal.yaml b/manifests/quick-start-minimal.yaml index 426f490d28cc..973a795ee4ac 100644 --- a/manifests/quick-start-minimal.yaml +++ b/manifests/quick-start-minimal.yaml @@ -491,7 +491,7 @@ spec: - server - --auth-mode - client - image: argoproj/argocli:latest + image: argoproj/argocli:v2.10.0-rc1 name: argo-server ports: - containerPort: 2746 @@ -525,11 +525,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:latest + - argoproj/argoexec:v2.10.0-rc1 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:latest + image: argoproj/workflow-controller:v2.10.0-rc1 name: workflow-controller nodeSelector: kubernetes.io/os: linux diff --git a/manifests/quick-start-mysql.yaml b/manifests/quick-start-mysql.yaml index 4a4210207180..bdd3daf49011 100644 --- a/manifests/quick-start-mysql.yaml +++ b/manifests/quick-start-mysql.yaml @@ -535,7 +535,7 @@ spec: - server - --auth-mode - client - image: argoproj/argocli:latest + image: argoproj/argocli:v2.10.0-rc1 name: argo-server ports: - containerPort: 2746 @@ -614,11 +614,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:latest + - argoproj/argoexec:v2.10.0-rc1 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:latest + image: argoproj/workflow-controller:v2.10.0-rc1 name: workflow-controller nodeSelector: kubernetes.io/os: linux diff --git a/manifests/quick-start-postgres.yaml b/manifests/quick-start-postgres.yaml index 75f18fbd9520..b5d4951e1ade 100644 --- a/manifests/quick-start-postgres.yaml +++ b/manifests/quick-start-postgres.yaml @@ -535,7 +535,7 @@ spec: - server - --auth-mode - client - image: argoproj/argocli:latest + image: argoproj/argocli:v2.10.0-rc1 name: argo-server ports: - containerPort: 2746 @@ -606,11 +606,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:latest + - argoproj/argoexec:v2.10.0-rc1 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:latest + image: argoproj/workflow-controller:v2.10.0-rc1 name: workflow-controller nodeSelector: kubernetes.io/os: linux