Skip to content

Commit

Permalink
Update manifests to v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Aug 6, 2020
1 parent 53d2046 commit 5759a0e
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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.9.4"
"version": "v2.9.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.9.4
image: argoproj/argocli:v2.9.5
args: [server]
ports:
- name: web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: argoproj/workflow-controller:v2.9.4
image: argoproj/workflow-controller:v2.9.5
command:
- workflow-controller
args:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.9.4
- argoproj/argoexec:v2.9.5
nodeSelector:
kubernetes.io/os: linux
6 changes: 3 additions & 3 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v2.9.4
image: argoproj/argocli:v2.9.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -424,10 +424,10 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.9.4
- argoproj/argoexec:v2.9.5
command:
- workflow-controller
image: argoproj/workflow-controller:v2.9.4
image: argoproj/workflow-controller:v2.9.5
name: workflow-controller
nodeSelector:
kubernetes.io/os: linux
Expand Down
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.9.4
image: argoproj/argocli:v2.9.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -329,11 +329,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.9.4
- argoproj/argoexec:v2.9.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.9.4
image: argoproj/workflow-controller:v2.9.5
name: workflow-controller
nodeSelector:
kubernetes.io/os: linux
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.9.4
image: argoproj/argocli:v2.9.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -500,11 +500,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.9.4
- argoproj/argoexec:v2.9.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.9.4
image: argoproj/workflow-controller:v2.9.5
name: workflow-controller
nodeSelector:
kubernetes.io/os: linux
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.9.4
image: argoproj/argocli:v2.9.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -589,11 +589,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.9.4
- argoproj/argoexec:v2.9.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.9.4
image: argoproj/workflow-controller:v2.9.5
name: workflow-controller
nodeSelector:
kubernetes.io/os: linux
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 @@ -510,7 +510,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.9.4
image: argoproj/argocli:v2.9.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -581,11 +581,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.9.4
- argoproj/argoexec:v2.9.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.9.4
image: argoproj/workflow-controller:v2.9.5
name: workflow-controller
nodeSelector:
kubernetes.io/os: linux
Expand Down
2 changes: 1 addition & 1 deletion persist/sqldb/mocks/OffloadNodeStatusRepo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion persist/sqldb/mocks/WorkflowArchive.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/auth/mocks/Gatekeeper.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/auth/sso/mocks/Interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workflow/executor/mocks/ContainerRuntimeExecutor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5759a0e

Please sign in to comment.