Skip to content

Commit

Permalink
Update manifests to v2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Apr 21, 2020
1 parent ab18ab4 commit ede163e
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 @@ -12,7 +12,7 @@
"info": {
"description": "Argo",
"title": "Argo",
"version": "v2.7.4"
"version": "v2.7.5"
},
"host": "localhost:2746",
"paths": {
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:v2.7.4
image: argoproj/argocli:v2.7.5
args: [server]
ports:
- containerPort: 2746
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: argoproj/workflow-controller:v2.7.4
image: argoproj/workflow-controller:v2.7.5
command:
- workflow-controller
args:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.4
- argoproj/argoexec:v2.7.5
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.4
image: argoproj/argocli:v2.7.5
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.4
- argoproj/argoexec:v2.7.5
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.4
image: argoproj/workflow-controller:v2.7.5
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.4
image: argoproj/argocli:v2.7.5
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.4
- argoproj/argoexec:v2.7.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.4
image: argoproj/workflow-controller:v2.7.5
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.4
image: argoproj/argocli:v2.7.5
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.4
- argoproj/argoexec:v2.7.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.4
image: argoproj/workflow-controller:v2.7.5
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.4
image: argoproj/argocli:v2.7.5
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.4
- argoproj/argoexec:v2.7.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.4
image: argoproj/workflow-controller:v2.7.5
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.4
image: argoproj/argocli:v2.7.5
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.4
- argoproj/argoexec:v2.7.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.4
image: argoproj/workflow-controller:v2.7.5
name: workflow-controller
serviceAccountName: argo
---
Expand Down

0 comments on commit ede163e

Please sign in to comment.