From 2afcb0f27cd32cf5a6600f8d4826ace578f9ee20 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Mon, 27 Jan 2020 12:56:52 -0800 Subject: [PATCH] Update manifests to v2.5.0-rc4 --- api/openapi-spec/swagger.json | 2 +- manifests/install.yaml | 6 +++--- manifests/namespace-install.yaml | 6 +++--- manifests/quick-start-mysql.yaml | 6 +++--- manifests/quick-start-no-db.yaml | 6 +++--- manifests/quick-start-postgres.yaml | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 08123a3cd5cc..6c8776ccf004 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Argo", - "version": "v2.5.0-rc3" + "version": "v2.5.0-rc4" }, "paths": {}, "definitions": { diff --git a/manifests/install.yaml b/manifests/install.yaml index 1b77b0911abb..e28f85f18c3f 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -348,7 +348,7 @@ spec: containers: - args: - server - image: argoproj/argocli:v2.5.0-rc3 + image: argoproj/argocli:v2.5.0-rc4 name: argo-server ports: - containerPort: 2746 @@ -379,9 +379,9 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v2.5.0-rc3 + - argoproj/argoexec:v2.5.0-rc4 command: - workflow-controller - image: argoproj/workflow-controller:v2.5.0-rc3 + image: argoproj/workflow-controller:v2.5.0-rc4 name: workflow-controller serviceAccountName: argo diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 459e77f40629..cd8b7c95559c 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -256,7 +256,7 @@ spec: - args: - server - --namespaced - image: argoproj/argocli:v2.5.0-rc3 + image: argoproj/argocli:v2.5.0-rc4 name: argo-server ports: - containerPort: 2746 @@ -287,10 +287,10 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v2.5.0-rc3 + - argoproj/argoexec:v2.5.0-rc4 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:v2.5.0-rc3 + image: argoproj/workflow-controller:v2.5.0-rc4 name: workflow-controller serviceAccountName: argo diff --git a/manifests/quick-start-mysql.yaml b/manifests/quick-start-mysql.yaml index 74328c15e632..8f90e5922e92 100644 --- a/manifests/quick-start-mysql.yaml +++ b/manifests/quick-start-mysql.yaml @@ -370,7 +370,7 @@ spec: - args: - server - --namespaced - image: argoproj/argocli:v2.5.0-rc3 + image: argoproj/argocli:v2.5.0-rc4 name: argo-server ports: - containerPort: 2746 @@ -444,11 +444,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v2.5.0-rc3 + - argoproj/argoexec:v2.5.0-rc4 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:v2.5.0-rc3 + image: argoproj/workflow-controller:v2.5.0-rc4 name: workflow-controller serviceAccountName: argo --- diff --git a/manifests/quick-start-no-db.yaml b/manifests/quick-start-no-db.yaml index 5e79d3445b58..d3d173926454 100644 --- a/manifests/quick-start-no-db.yaml +++ b/manifests/quick-start-no-db.yaml @@ -328,7 +328,7 @@ spec: - args: - server - --namespaced - image: argoproj/argocli:v2.5.0-rc3 + image: argoproj/argocli:v2.5.0-rc4 name: argo-server ports: - containerPort: 2746 @@ -359,11 +359,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v2.5.0-rc3 + - argoproj/argoexec:v2.5.0-rc4 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:v2.5.0-rc3 + image: argoproj/workflow-controller:v2.5.0-rc4 name: workflow-controller serviceAccountName: argo --- diff --git a/manifests/quick-start-postgres.yaml b/manifests/quick-start-postgres.yaml index bc59b5e91087..b2f3424211d7 100644 --- a/manifests/quick-start-postgres.yaml +++ b/manifests/quick-start-postgres.yaml @@ -370,7 +370,7 @@ spec: - args: - server - --namespaced - image: argoproj/argocli:v2.5.0-rc3 + image: argoproj/argocli:v2.5.0-rc4 name: argo-server ports: - containerPort: 2746 @@ -436,11 +436,11 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v2.5.0-rc3 + - argoproj/argoexec:v2.5.0-rc4 - --namespaced command: - workflow-controller - image: argoproj/workflow-controller:v2.5.0-rc3 + image: argoproj/workflow-controller:v2.5.0-rc4 name: workflow-controller serviceAccountName: argo ---