Skip to content

Commit

Permalink
Update manifests to v2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Feb 1, 2021
1 parent 637154d commit 5f51507
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 @@ -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.6"
"version": "v2.12.7"
},
"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.6
image: argoproj/argocli:v2.12.7
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.6
image: argoproj/workflow-controller:v2.12.7
command:
- workflow-controller
args:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.6
- argoproj/argoexec:v2.12.7
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.6
image: argoproj/argocli:v2.12.7
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.6
- argoproj/argoexec:v2.12.7
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.6
image: argoproj/workflow-controller:v2.12.7
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.6
image: argoproj/argocli:v2.12.7
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.6
- argoproj/argoexec:v2.12.7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.6
image: argoproj/workflow-controller:v2.12.7
livenessProbe:
httpGet:
path: /metrics
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 @@ -591,7 +591,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.12.6
image: argoproj/argocli:v2.12.7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -633,11 +633,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.6
- argoproj/argoexec:v2.12.7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.6
image: argoproj/workflow-controller:v2.12.7
livenessProbe:
httpGet:
path: /metrics
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 @@ -635,7 +635,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.12.6
image: argoproj/argocli:v2.12.7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -722,11 +722,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.6
- argoproj/argoexec:v2.12.7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.6
image: argoproj/workflow-controller:v2.12.7
livenessProbe:
httpGet:
path: /metrics
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 @@ -635,7 +635,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v2.12.6
image: argoproj/argocli:v2.12.7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -714,11 +714,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.12.6
- argoproj/argoexec:v2.12.7
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.12.6
image: argoproj/workflow-controller:v2.12.7
livenessProbe:
httpGet:
path: /metrics
Expand Down

0 comments on commit 5f51507

Please sign in to comment.