Skip to content

Commit

Permalink
Update manifests to v3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Feb 8, 2021
1 parent 425173a commit 9d0be90
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "latest"
"version": "v3.0.0-rc1"
},
"paths": {
"/api/v1/archived-workflows": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/argo-server/argo-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: argo-server
containers:
- name: argo-server
image: argoproj/argocli:latest
image: argoproj/argocli:v3.0.0-rc1
securityContext:
capabilities:
drop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: argoproj/workflow-controller:latest
image: argoproj/workflow-controller:v3.0.0-rc1
securityContext:
capabilities:
drop:
Expand All @@ -25,7 +25,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- argoproj/argoexec:v3.0.0-rc1
env:
- name: LEADER_ELECTION_IDENTITY
valueFrom:
Expand Down
6 changes: 3 additions & 3 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:latest
image: argoproj/argocli:v3.0.0-rc1
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -596,7 +596,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- argoproj/argoexec:v3.0.0-rc1
command:
- workflow-controller
env:
Expand All @@ -605,7 +605,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:latest
image: argoproj/workflow-controller:v3.0.0-rc1
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:latest
image: argoproj/argocli:v3.0.0-rc1
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -490,7 +490,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- argoproj/argoexec:v3.0.0-rc1
- --namespaced
command:
- workflow-controller
Expand All @@ -500,7 +500,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:latest
image: argoproj/workflow-controller:v3.0.0-rc1
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:latest
image: argoproj/argocli:v3.0.0-rc1
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -832,7 +832,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- argoproj/argoexec:v3.0.0-rc1
- --namespaced
command:
- workflow-controller
Expand All @@ -842,7 +842,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:latest
image: argoproj/workflow-controller:v3.0.0-rc1
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:latest
image: argoproj/argocli:v3.0.0-rc1
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -921,7 +921,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- argoproj/argoexec:v3.0.0-rc1
- --namespaced
command:
- workflow-controller
Expand All @@ -931,7 +931,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:latest
image: argoproj/workflow-controller:v3.0.0-rc1
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:latest
image: argoproj/argocli:v3.0.0-rc1
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -913,7 +913,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- argoproj/argoexec:v3.0.0-rc1
- --namespaced
command:
- workflow-controller
Expand All @@ -923,7 +923,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:latest
image: argoproj/workflow-controller:v3.0.0-rc1
livenessProbe:
httpGet:
path: /metrics
Expand Down

0 comments on commit 9d0be90

Please sign in to comment.