From 2efbb8e55a2325d62b09165114c040e54c6549d8 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 31 Aug 2017 11:49:11 -0700 Subject: [PATCH] [incubator/spring-cloud-data-flow] Fix appVersion in Chart.yaml (#1895) [incubator/spring-cloud-data-flow] Fix appVersion in Chart.yaml --- incubator/spring-cloud-data-flow/Chart.yaml | 2 +- incubator/spring-cloud-data-flow/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/spring-cloud-data-flow/Chart.yaml b/incubator/spring-cloud-data-flow/Chart.yaml index 5ca011f5de..2c1dcb22c8 100644 --- a/incubator/spring-cloud-data-flow/Chart.yaml +++ b/incubator/spring-cloud-data-flow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Open source, multi-cloud toolkit for building data integration and real-time data processing pipelines. name: spring-cloud-data-flow version: 0.1.0 -appVersion: 1.2.1.RELEASE +appVersion: 1.2.2.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 2e7025e673..6fecd493cc 100644 --- a/incubator/spring-cloud-data-flow/README.md +++ b/incubator/spring-cloud-data-flow/README.md @@ -51,7 +51,7 @@ The following tables lists the configurable parameters and their default values. | Parameter | Description | Default | | --------------------------------- | -------------------------------------------------- | ---------------- | -| server.version | The version/tag of the Data Flow server | 1.2.1.RELEASE +| server.version | The version/tag of the Data Flow server | 1.2.2.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