From 2e48959b42c81dcf774fb30eefcc1b9436fc94fd Mon Sep 17 00:00:00 2001 From: Chris Schaefer Date: Sat, 28 Jul 2018 10:45:56 -0400 Subject: [PATCH] [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 --- incubator/spring-cloud-data-flow/Chart.yaml | 4 ++-- incubator/spring-cloud-data-flow/README.md | 4 ++-- incubator/spring-cloud-data-flow/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/incubator/spring-cloud-data-flow/Chart.yaml b/incubator/spring-cloud-data-flow/Chart.yaml index 46a8059cc0..6386c06497 100644 --- a/incubator/spring-cloud-data-flow/Chart.yaml +++ b/incubator/spring-cloud-data-flow/Chart.yaml @@ -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 diff --git a/incubator/spring-cloud-data-flow/README.md b/incubator/spring-cloud-data-flow/README.md index 8bae85f7af..16b05aa04d 100644 --- a/incubator/spring-cloud-data-flow/README.md +++ b/incubator/spring-cloud-data-flow/README.md @@ -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 diff --git a/incubator/spring-cloud-data-flow/values.yaml b/incubator/spring-cloud-data-flow/values.yaml index 46abd46613..35cd2fe734 100644 --- a/incubator/spring-cloud-data-flow/values.yaml +++ b/incubator/spring-cloud-data-flow/values.yaml @@ -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: