Skip to content

Commit

Permalink
Update manifests to v2.7.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Mar 23, 2020
1 parent 3bd1c4f commit 240d7ad
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 16 deletions.
29 changes: 28 additions & 1 deletion api/openapi-spec/swagger.json
Expand Up @@ -10,8 +10,9 @@
],
"swagger": "2.0",
"info": {
"description": "Workflow Service API performs CRUD actions against application resources",
"title": "Argo",
"version": "v2.7.0-rc1"
"version": "v2.7.0-rc2"
},
"host": "localhost:2746",
"paths": {
Expand Down Expand Up @@ -5874,5 +5875,31 @@
"description": "HTTP Basic authentication",
"type": "basic"
}
},
"x-stream-definitions": {
"io.argoproj.workflow.v1alpha1.LogEntry": {
"properties": {
"error": {
"$ref": "#/definitions/grpc.gateway.runtime.StreamError"
},
"result": {
"$ref": "#/definitions/io.argoproj.workflow.v1alpha1.LogEntry"
}
},
"title": "Stream result of io.argoproj.workflow.v1alpha1.LogEntry",
"type": "object"
},
"io.argoproj.workflow.v1alpha1.WorkflowWatchEvent": {
"properties": {
"error": {
"$ref": "#/definitions/grpc.gateway.runtime.StreamError"
},
"result": {
"$ref": "#/definitions/io.argoproj.workflow.v1alpha1.WorkflowWatchEvent"
}
},
"title": "Stream result of io.argoproj.workflow.v1alpha1.WorkflowWatchEvent",
"type": "object"
}
}
}
6 changes: 3 additions & 3 deletions manifests/install.yaml
Expand Up @@ -369,7 +369,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v2.7.0-rc1
image: argoproj/argocli:v2.7.0-rc2
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-rc1
- argoproj/argoexec:v2.7.0-rc2
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc1
image: argoproj/workflow-controller:v2.7.0-rc2
name: workflow-controller
serviceAccountName: argo
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Expand Up @@ -277,7 +277,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.0-rc1
image: argoproj/argocli:v2.7.0-rc2
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-rc1
- argoproj/argoexec:v2.7.0-rc2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc1
image: argoproj/workflow-controller:v2.7.0-rc2
name: workflow-controller
serviceAccountName: argo
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Expand Up @@ -413,7 +413,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.0-rc1
image: argoproj/argocli:v2.7.0-rc2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -487,11 +487,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.0-rc1
- argoproj/argoexec:v2.7.0-rc2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc1
image: argoproj/workflow-controller:v2.7.0-rc2
name: workflow-controller
serviceAccountName: argo
---
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-no-db.yaml
Expand Up @@ -371,7 +371,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.0-rc1
image: argoproj/argocli:v2.7.0-rc2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -402,11 +402,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.0-rc1
- argoproj/argoexec:v2.7.0-rc2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc1
image: argoproj/workflow-controller:v2.7.0-rc2
name: workflow-controller
serviceAccountName: argo
---
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-postgres.yaml
Expand Up @@ -413,7 +413,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v2.7.0-rc1
image: argoproj/argocli:v2.7.0-rc2
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -479,11 +479,11 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.7.0-rc1
- argoproj/argoexec:v2.7.0-rc2
- --namespaced
command:
- workflow-controller
image: argoproj/workflow-controller:v2.7.0-rc1
image: argoproj/workflow-controller:v2.7.0-rc2
name: workflow-controller
serviceAccountName: argo
---
Expand Down

0 comments on commit 240d7ad

Please sign in to comment.