[stable/spring-cloud-data-flow] Update to new SCDF version 2.0.2 (#12951)

- update app version to 2.0.2
- update skipper version to 2.0.1

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
This commit is contained in:
Chris Schaefer
2019-04-25 23:20:27 -07:00
committed by Kubernetes Prow Robot
parent f4bb13e508
commit 67812cd123
4 changed files with 8 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: 2.0.0
appVersion: 2.0.0.RELEASE
version: 2.0.1
appVersion: 2.0.2.RELEASE
home: http://cloud.spring.io/spring-cloud-dataflow/
sources:
- https://github.com/spring-cloud/spring-cloud-dataflow
+2 -2
View File
@@ -59,7 +59,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 | 2.0.1.RELEASE
| server.version | The version/tag of the Data Flow server | 2.0.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.platformName | The name of the configured platform account | default
@@ -69,7 +69,7 @@ The following tables list the configurable parameters and their default values.
| Parameter | Description | Default |
| ---------------------------------- | ------------------------------------------------- | ---------------- |
| skipper.version | The version/tag of the Skipper server | 2.0.0.RELEASE
| skipper.version | The version/tag of the Skipper server | 2.0.1.RELEASE
| skipper.imagePullPolicy | The imagePullPolicy of the Skipper server | IfNotPresent
| skipper.platformName | The name of the configured platform account | default
| skipper.service.type | The service type for the Skipper server | ClusterIP
@@ -60,6 +60,8 @@ spec:
value: 'false'
- name: SPRING_CLOUD_KUBERNETES_SECRETS_ENABLE_API
value: 'true'
- name: SPRING_CLOUD_DATAFLOW_FEATURES_SCHEDULES_ENABLED
value: 'true'
- name: SPRING_CLOUD_KUBERNETES_SECRETS_PATHS
value: /etc/secrets
- name: SPRING_CLOUD_KUBERNETES_CONFIG_NAME
+2 -2
View File
@@ -12,7 +12,7 @@ serviceAccount:
server:
image: springcloud/spring-cloud-dataflow-server
version: 2.0.1.RELEASE
version: 2.0.2.RELEASE
imagePullPolicy: IfNotPresent
platformName: default
service:
@@ -28,7 +28,7 @@ server:
skipper:
image: springcloud/spring-cloud-skipper-server
version: 2.0.0.RELEASE
version: 2.0.1.RELEASE
imagePullPolicy: IfNotPresent
platformName: default
service: