[stable/spring-cloud-data-flow] Update to new SCDF version 2.2.0 (#16035)

- update scdf version to 2.2.0
- update skipper version to 2.1.0

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
This commit is contained in:
Chris Schaefer
2019-08-01 07:58:17 -07:00
committed by Kubernetes Prow Robot
parent 93e96dee2c
commit 454f0edaa1
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: Toolkit for building data processing pipelines.
name: spring-cloud-data-flow
version: 2.3.2
appVersion: 2.1.2.RELEASE
version: 2.4.0
appVersion: 2.2.0.RELEASE
home: http://cloud.spring.io/spring-cloud-dataflow/
sources:
- https://github.com/spring-cloud/spring-cloud-dataflow
+2 -2
View File
@@ -78,7 +78,7 @@ The following tables list the configurable parameters and their default values.
| Parameter | Description | Default |
| --------------------------------- | -------------------------------------------------- | ---------------- |
| server.version | The version/tag of the Data Flow server | 2.0.2.RELEASE
| server.version | The version/tag of the Data Flow server | 2.2.0.RELEASE
| server.imagePullPolicy | The imagePullPolicy of the Data Flow server | IfNotPresent
| server.service.type | The service type for the Data Flow server | LoadBalancer
| server.service.annotations | Extra annotations for service resources | {}
@@ -89,7 +89,7 @@ The following tables list the configurable parameters and their default values.
| Parameter | Description | Default |
| ---------------------------------- | ------------------------------------------------- | ---------------- |
| skipper.version | The version/tag of the Skipper server | 2.0.1.RELEASE
| skipper.version | The version/tag of the Skipper server | 2.1.0.RELEASE
| skipper.imagePullPolicy | The imagePullPolicy of the Skipper server | IfNotPresent
| skipper.platformName | The name of the configured platform account | default
| skipper.service.type | The service type for the Skipper server | ClusterIP
+2 -2
View File
@@ -18,7 +18,7 @@ initContainers:
server:
image: springcloud/spring-cloud-dataflow-server
version: 2.1.2.RELEASE
version: 2.2.0.RELEASE
imagePullPolicy: IfNotPresent
platformName: default
service:
@@ -35,7 +35,7 @@ server:
skipper:
image: springcloud/spring-cloud-skipper-server
version: 2.0.2.RELEASE
version: 2.1.0.RELEASE
imagePullPolicy: IfNotPresent
platformName: default
service: