From c0c364c229e3b72306bd0b73161df090d24e0c31 Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Tue, 23 Feb 2021 12:36:30 -0800 Subject: [PATCH] Update manifests to v3.0.0-rc3 --- 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 8c33d53f7f51..fd31ffdd6561 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -13,7 +13,7 @@ "info": { "description": "You can get examples of requests and responses by using the CLI with `--gloglevel=9`, e.g. `argo list --gloglevel=9`", "title": "Argo Server API", - "version": "v3.0.0-rc2" + "version": "v3.0.0-rc3" }, "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 1dcff9228326..c18da04b5ebf 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:v3.0.0-rc2 + image: argoproj/argocli:v3.0.0-rc3 securityContext: capabilities: drop: diff --git a/manifests/base/workflow-controller/workflow-controller-deployment.yaml b/manifests/base/workflow-controller/workflow-controller-deployment.yaml index 01dc8ceb6698..8dfc0d76639e 100644 --- a/manifests/base/workflow-controller/workflow-controller-deployment.yaml +++ b/manifests/base/workflow-controller/workflow-controller-deployment.yaml @@ -14,7 +14,7 @@ spec: serviceAccountName: argo containers: - name: workflow-controller - image: argoproj/workflow-controller:v3.0.0-rc2 + image: argoproj/workflow-controller:v3.0.0-rc3 securityContext: capabilities: drop: @@ -25,7 +25,7 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v3.0.0-rc2 + - argoproj/argoexec:v3.0.0-rc3 env: - name: LEADER_ELECTION_IDENTITY valueFrom: diff --git a/manifests/install.yaml b/manifests/install.yaml index e60a9eccc1fd..27503fbda0ff 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -550,7 +550,7 @@ spec: containers: - args: - server - image: argoproj/argocli:v3.0.0-rc2 + image: argoproj/argocli:v3.0.0-rc3 name: argo-server ports: - containerPort: 2746 @@ -596,7 +596,7 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v3.0.0-rc2 + - argoproj/argoexec:v3.0.0-rc3 command: - workflow-controller env: @@ -605,7 +605,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: argoproj/workflow-controller:v3.0.0-rc2 + image: argoproj/workflow-controller:v3.0.0-rc3 livenessProbe: httpGet: path: /metrics diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 52b4854a3a74..9a5d8eeeac06 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -444,7 +444,7 @@ spec: - args: - server - --namespaced - image: argoproj/argocli:v3.0.0-rc2 + image: argoproj/argocli:v3.0.0-rc3 name: argo-server ports: - containerPort: 2746 @@ -490,7 +490,7 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v3.0.0-rc2 + - argoproj/argoexec:v3.0.0-rc3 - --namespaced command: - workflow-controller @@ -500,7 +500,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: argoproj/workflow-controller:v3.0.0-rc2 + image: argoproj/workflow-controller:v3.0.0-rc3 livenessProbe: httpGet: path: /metrics diff --git a/manifests/quick-start-minimal.yaml b/manifests/quick-start-minimal.yaml index 27cba0c45f58..f447db804f6f 100644 --- a/manifests/quick-start-minimal.yaml +++ b/manifests/quick-start-minimal.yaml @@ -743,7 +743,7 @@ spec: - server - --auth-mode - client - image: argoproj/argocli:v3.0.0-rc2 + image: argoproj/argocli:v3.0.0-rc3 name: argo-server ports: - containerPort: 2746 @@ -838,7 +838,7 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v3.0.0-rc2 + - argoproj/argoexec:v3.0.0-rc3 - --namespaced command: - workflow-controller @@ -848,7 +848,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: argoproj/workflow-controller:v3.0.0-rc2 + image: argoproj/workflow-controller:v3.0.0-rc3 livenessProbe: httpGet: path: /metrics diff --git a/manifests/quick-start-mysql.yaml b/manifests/quick-start-mysql.yaml index 6a55add63c6f..27168cab5ef8 100644 --- a/manifests/quick-start-mysql.yaml +++ b/manifests/quick-start-mysql.yaml @@ -787,7 +787,7 @@ spec: - server - --auth-mode - client - image: argoproj/argocli:v3.0.0-rc2 + image: argoproj/argocli:v3.0.0-rc3 name: argo-server ports: - containerPort: 2746 @@ -927,7 +927,7 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v3.0.0-rc2 + - argoproj/argoexec:v3.0.0-rc3 - --namespaced command: - workflow-controller @@ -937,7 +937,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: argoproj/workflow-controller:v3.0.0-rc2 + image: argoproj/workflow-controller:v3.0.0-rc3 livenessProbe: httpGet: path: /metrics diff --git a/manifests/quick-start-postgres.yaml b/manifests/quick-start-postgres.yaml index 0a84b070f78d..0800cc0a1f48 100644 --- a/manifests/quick-start-postgres.yaml +++ b/manifests/quick-start-postgres.yaml @@ -787,7 +787,7 @@ spec: - server - --auth-mode - client - image: argoproj/argocli:v3.0.0-rc2 + image: argoproj/argocli:v3.0.0-rc3 name: argo-server ports: - containerPort: 2746 @@ -919,7 +919,7 @@ spec: - --configmap - workflow-controller-configmap - --executor-image - - argoproj/argoexec:v3.0.0-rc2 + - argoproj/argoexec:v3.0.0-rc3 - --namespaced command: - workflow-controller @@ -929,7 +929,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.name - image: argoproj/workflow-controller:v3.0.0-rc2 + image: argoproj/workflow-controller:v3.0.0-rc3 livenessProbe: httpGet: path: /metrics