Skip to content

Commit

Permalink
Update manifests to v2.7.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Mar 30, 2020
1 parent 7431b7f commit 479fa48
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.0-rc3"
"version": "v2.7.0-rc4"
},
"host": "localhost:2746",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ require (
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20200330175517-31583a0dbbc8 // indirect
golang.org/x/tools v0.0.0-20200330191527-657a652153b5 // indirect
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200317114155-1f3552e48f24
google.golang.org/grpc v1.28.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapK
golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
golang.org/x/tools v0.0.0-20200317043434-63da46f3035e/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8=
golang.org/x/tools v0.0.0-20200330175517-31583a0dbbc8 h1:cFzD2CKgXeXEgq3J/Qmj40Y0vv41un09b/5M5BRqHWo=
golang.org/x/tools v0.0.0-20200330175517-31583a0dbbc8/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8=
golang.org/x/tools v0.0.0-20200330191527-657a652153b5 h1:7sj6C3QSz8on3bTqq1p5fRO8OsxudjkW0BPXZoc/S30=
golang.org/x/tools v0.0.0-20200330191527-657a652153b5/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 h1:/atklqdjdhuosWIl6AIbOeHJjicWYPqR9bpxqxYG2pA=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
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.0-rc3
image: argoproj/argocli:v2.7.0-rc4
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.0-rc3
- argoproj/argoexec:v2.7.0-rc4
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc3
image: argoproj/workflow-controller:v2.7.0-rc4
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.0-rc3
image: argoproj/argocli:v2.7.0-rc4
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.0-rc3
- argoproj/argoexec:v2.7.0-rc4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc3
image: argoproj/workflow-controller:v2.7.0-rc4
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.0-rc3
image: argoproj/argocli:v2.7.0-rc4
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.0-rc3
- argoproj/argoexec:v2.7.0-rc4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc3
image: argoproj/workflow-controller:v2.7.0-rc4
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.0-rc3
image: argoproj/argocli:v2.7.0-rc4
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.0-rc3
- argoproj/argoexec:v2.7.0-rc4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc3
image: argoproj/workflow-controller:v2.7.0-rc4
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.0-rc3
image: argoproj/argocli:v2.7.0-rc4
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.0-rc3
- argoproj/argoexec:v2.7.0-rc4
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc3
image: argoproj/workflow-controller:v2.7.0-rc4
name: workflow-controller
serviceAccountName: argo
---
Expand Down

0 comments on commit 479fa48

Please sign in to comment.