Skip to content

Commit

Permalink
Update manifests to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Mar 12, 2020
1 parent 09ec9a0 commit be0a0bb
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": "Workflow Service API performs CRUD actions against application resources",
"title": "Argo",
"version": "v2.6.1"
"version": "v2.6.2"
},
"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 @@ -348,7 +348,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v2.6.1
image: argoproj/argocli:v2.6.2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -379,9 +379,9 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.6.1
- argoproj/argoexec:v2.6.2
command:
- workflow-controller
image: argoproj/workflow-controller:v2.6.1
image: argoproj/workflow-controller:v2.6.2
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 @@ -256,7 +256,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.6.1
image: argoproj/argocli:v2.6.2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -287,10 +287,10 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.6.1
- argoproj/argoexec:v2.6.2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.6.1
image: argoproj/workflow-controller:v2.6.2
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 @@ -370,7 +370,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.6.1
image: argoproj/argocli:v2.6.2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -444,11 +444,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.6.1
- argoproj/argoexec:v2.6.2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.6.1
image: argoproj/workflow-controller:v2.6.2
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 @@ -328,7 +328,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.6.1
image: argoproj/argocli:v2.6.2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -359,11 +359,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.6.1
- argoproj/argoexec:v2.6.2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.6.1
image: argoproj/workflow-controller:v2.6.2
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 @@ -370,7 +370,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.6.1
image: argoproj/argocli:v2.6.2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -436,11 +436,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.6.1
- argoproj/argoexec:v2.6.2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.6.1
image: argoproj/workflow-controller:v2.6.2
name: workflow-controller
serviceAccountName: argo
---
Expand Down

0 comments on commit be0a0bb

Please sign in to comment.