Skip to content

Commit

Permalink
Update manifests to v2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Jan 19, 2021
1 parent 86d7b3b commit 53f022c
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"info": {
"description": "You can get examples of requests and responses by using the CLI with `--gloglevel=9`, e.g. `argo list --gloglevel=9`",
"title": "Argo Server API",
"version": "v2.12.4"
"version": "v2.12.5"
},
"paths": {
"/api/v1/archived-workflows": {
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.12.3
image: argoproj/argocli:v2.12.5
args: [ server ]
ports:
- name: web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: argoproj/workflow-controller:v2.12.3
image: argoproj/workflow-controller:v2.12.5
command:
- workflow-controller
args:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.3
- argoproj/argoexec:v2.12.5
ports:
- name: metrics
containerPort: 9090
Expand Down
6 changes: 3 additions & 3 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v2.12.3
image: argoproj/argocli:v2.12.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -501,10 +501,10 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.3
- argoproj/argoexec:v2.12.5
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.3
image: argoproj/workflow-controller:v2.12.5
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.12.3
image: argoproj/argocli:v2.12.5
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -395,11 +395,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.3
- argoproj/argoexec:v2.12.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.3
image: argoproj/workflow-controller:v2.12.5
livenessProbe:
httpGet:
path: /metrics
Expand Down
9 changes: 5 additions & 4 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.12.3
image: argoproj/argocli:v2.12.5
name: argo-server
ports:
- containerPort: 2746
Expand All @@ -612,7 +612,8 @@ spec:
runAsNonRoot: true
serviceAccountName: argo-server
volumes:
- name: tmp
- emptyDir: {}
name: tmp
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -632,11 +633,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.3
- argoproj/argoexec:v2.12.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.3
image: argoproj/workflow-controller:v2.12.5
livenessProbe:
httpGet:
path: /metrics
Expand Down
9 changes: 5 additions & 4 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.12.3
image: argoproj/argocli:v2.12.5
name: argo-server
ports:
- containerPort: 2746
Expand All @@ -656,7 +656,8 @@ spec:
runAsNonRoot: true
serviceAccountName: argo-server
volumes:
- name: tmp
- emptyDir: {}
name: tmp
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -721,11 +722,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.3
- argoproj/argoexec:v2.12.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.3
image: argoproj/workflow-controller:v2.12.5
livenessProbe:
httpGet:
path: /metrics
Expand Down
9 changes: 5 additions & 4 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.12.3
image: argoproj/argocli:v2.12.5
name: argo-server
ports:
- containerPort: 2746
Expand All @@ -656,7 +656,8 @@ spec:
runAsNonRoot: true
serviceAccountName: argo-server
volumes:
- name: tmp
- emptyDir: {}
name: tmp
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -713,11 +714,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.3
- argoproj/argoexec:v2.12.5
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.3
image: argoproj/workflow-controller:v2.12.5
livenessProbe:
httpGet:
path: /metrics
Expand Down
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 pkg/apiclient/workflow/mocks/WorkflowServiceClient.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 53f022c

Please sign in to comment.