From c51588bfffc4ff1ba72a8ad449e0c79b72e6f5cc Mon Sep 17 00:00:00 2001 From: Chris Schaefer Date: Wed, 15 Aug 2018 10:08:02 -0400 Subject: [PATCH] [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 --- 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 6386c06497..e7bcd8bbda 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.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 diff --git a/incubator/spring-cloud-data-flow/README.md b/incubator/spring-cloud-data-flow/README.md index 16b05aa04d..c80422fc10 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.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 diff --git a/incubator/spring-cloud-data-flow/values.yaml b/incubator/spring-cloud-data-flow/values.yaml index 35cd2fe734..014851aff7 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.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: