Skip to content

Commit

Permalink
Update manifests to v2.5.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jan 31, 2020
1 parent 98702ca commit 40e7ca3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Argo",
"version": "v2.5.0-rc6"
"version": "v2.5.0-rc7"
},
"paths": {},
"definitions": {
Expand Down
6 changes: 3 additions & 3 deletions manifests/install.yaml
Expand Up @@ -348,7 +348,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v2.5.0-rc6
image: argoproj/argocli:v2.5.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -379,9 +379,9 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.5.0-rc6
- argoproj/argoexec:v2.5.0-rc7
command:
- workflow-controller
image: argoproj/workflow-controller:v2.5.0-rc6
image: argoproj/workflow-controller:v2.5.0-rc7
name: workflow-controller
serviceAccountName: argo
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Expand Up @@ -256,7 +256,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.5.0-rc6
image: argoproj/argocli:v2.5.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -287,10 +287,10 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.5.0-rc6
- argoproj/argoexec:v2.5.0-rc7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.5.0-rc6
image: argoproj/workflow-controller:v2.5.0-rc7
name: workflow-controller
serviceAccountName: argo
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Expand Up @@ -370,7 +370,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.5.0-rc6
image: argoproj/argocli:v2.5.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -444,11 +444,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.5.0-rc6
- argoproj/argoexec:v2.5.0-rc7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.5.0-rc6
image: argoproj/workflow-controller:v2.5.0-rc7
name: workflow-controller
serviceAccountName: argo
---
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-no-db.yaml
Expand Up @@ -328,7 +328,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.5.0-rc6
image: argoproj/argocli:v2.5.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -359,11 +359,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.5.0-rc6
- argoproj/argoexec:v2.5.0-rc7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.5.0-rc6
image: argoproj/workflow-controller:v2.5.0-rc7
name: workflow-controller
serviceAccountName: argo
---
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-postgres.yaml
Expand Up @@ -370,7 +370,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.5.0-rc6
image: argoproj/argocli:v2.5.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -436,11 +436,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.5.0-rc6
- argoproj/argoexec:v2.5.0-rc7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.5.0-rc6
image: argoproj/workflow-controller:v2.5.0-rc7
name: workflow-controller
serviceAccountName: argo
---
Expand Down

0 comments on commit 40e7ca3

Please sign in to comment.