[incubator/spring-cloud-data-flow] Update to new SCDF version 1.6.0 (#6871)

- update app version to 1.6.0
- update chart version to 0.2.4
- update skipper to 1.0.8
This commit is contained in:
Chris Schaefer
2018-07-28 07:45:56 -07:00
committed by k8s-ci-robot
parent ea32ae30dc
commit 2e48959b42
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: 0.2.3
appVersion: 1.5.2.RELEASE
version: 0.2.4
appVersion: 1.6.0.RELEASE
home: http://cloud.spring.io/spring-cloud-dataflow/
sources:
- https://github.com/spring-cloud/spring-cloud-dataflow
+2 -2
View File
@@ -64,7 +64,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 | 1.5.2.RELEASE
| server.version | The version/tag of the Data Flow server | 1.6.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.externalPort | The external port for the Data Flow server | 80
@@ -73,7 +73,7 @@ The following tables list the configurable parameters and their default values.
| Parameter | Description | Default |
| ---------------------------------- | ------------------------------------------------- | ---------------- |
| skipper.version | The version/tag of the Skipper server | 1.0.7.RELEASE
| skipper.version | The version/tag of the Skipper server | 1.0.8.RELEASE
| skipper.imagePullPolicy | The imagePullPolicy of the Skipper server | IfNotPresent
| skipper.platformName | The name of the configured platform account | minikube
| skipper.service.type | The service type for the Skipper server | ClusterIP
+2 -2
View File
@@ -22,7 +22,7 @@ serviceAccount:
server:
image: springcloud/spring-cloud-dataflow-server-kubernetes
version: 1.5.2.RELEASE
version: 1.6.0.RELEASE
imagePullPolicy: IfNotPresent
service:
type: LoadBalancer
@@ -37,7 +37,7 @@ server:
skipper:
image: springcloud/spring-cloud-skipper-server
version: 1.0.7.RELEASE
version: 1.0.8.RELEASE
imagePullPolicy: IfNotPresent
platformName: minikube
service: