Skip to content

Commit

Permalink
Update manifests to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Apr 16, 2020
1 parent a8ecd51 commit 50b209c
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"info": {
"description": "Argo",
"title": "Argo",
"version": "v2.7.3"
"version": "v2.7.4"
},
"host": "localhost:2746",
"paths": {
Expand Down
6 changes: 3 additions & 3 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v2.7.3
image: argoproj/argocli:v2.7.4
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -400,9 +400,9 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.3
- argoproj/argoexec:v2.7.4
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.3
image: argoproj/workflow-controller:v2.7.4
name: workflow-controller
serviceAccountName: argo
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.3
image: argoproj/argocli:v2.7.4
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -308,10 +308,10 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.3
- argoproj/argoexec:v2.7.4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.3
image: argoproj/workflow-controller:v2.7.4
name: workflow-controller
serviceAccountName: argo
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.3
image: argoproj/argocli:v2.7.4
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -477,11 +477,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.3
- argoproj/argoexec:v2.7.4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.3
image: argoproj/workflow-controller:v2.7.4
name: workflow-controller
serviceAccountName: argo
---
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-no-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.3
image: argoproj/argocli:v2.7.4
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -392,11 +392,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.3
- argoproj/argoexec:v2.7.4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.3
image: argoproj/workflow-controller:v2.7.4
name: workflow-controller
serviceAccountName: argo
---
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 @@ -403,7 +403,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.3
image: argoproj/argocli:v2.7.4
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -469,11 +469,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.3
- argoproj/argoexec:v2.7.4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.3
image: argoproj/workflow-controller:v2.7.4
name: workflow-controller
serviceAccountName: argo
---
Expand Down

0 comments on commit 50b209c

Please sign in to comment.