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

- update app version to 1.6.1
- update chart version to 0.2.5
- update skipper to 1.0.9
This commit is contained in:
Chris Schaefer
2018-08-15 07:08:02 -07:00
committed by k8s-ci-robot
parent 6ef865b5bb
commit c51588bfff
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.4
appVersion: 1.6.0.RELEASE
version: 0.2.5
appVersion: 1.6.1.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.6.0.RELEASE
| server.version | The version/tag of the Data Flow server | 1.6.1.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.8.RELEASE
| skipper.version | The version/tag of the Skipper server | 1.0.9.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.6.0.RELEASE
version: 1.6.1.RELEASE
imagePullPolicy: IfNotPresent
service:
type: LoadBalancer
@@ -37,7 +37,7 @@ server:
skipper:
image: springcloud/spring-cloud-skipper-server
version: 1.0.8.RELEASE
version: 1.0.9.RELEASE
imagePullPolicy: IfNotPresent
platformName: minikube
service: