Skip to content

Commit

Permalink
[stable/spring-cloud-data-flow] Update to new SCDF version 1.7.3 (hel…
Browse files Browse the repository at this point in the history
…m#11328)

- update app version to 1.7.3
- update skipper version to 1.1.4

Signed-off-by: Chris Schaefer <[email protected]>
  • Loading branch information
chrisjs authored and k8s-ci-robot committed Feb 13, 2019
1 parent 8f9c132 commit db84d50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/spring-cloud-data-flow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Toolkit for building data processing pipelines.
name: spring-cloud-data-flow
version: 1.0.2
appVersion: 1.7.2.RELEASE
version: 1.0.3
appVersion: 1.7.3.RELEASE
home: http://cloud.spring.io/spring-cloud-dataflow/
sources:
- https://github.com/spring-cloud/spring-cloud-dataflow
Expand Down
4 changes: 2 additions & 2 deletions stable/spring-cloud-data-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.2.RELEASE
| server.version | The version/tag of the Data Flow server | 1.7.3.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
Expand All @@ -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.1.2.RELEASE
| skipper.version | The version/tag of the Skipper server | 1.1.4.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
Expand Down
4 changes: 2 additions & 2 deletions stable/spring-cloud-data-flow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serviceAccount:

server:
image: springcloud/spring-cloud-dataflow-server-kubernetes
version: 1.7.2.RELEASE
version: 1.7.3.RELEASE
imagePullPolicy: IfNotPresent
service:
type: LoadBalancer
Expand All @@ -36,7 +36,7 @@ server:

skipper:
image: springcloud/spring-cloud-skipper-server
version: 1.1.2.RELEASE
version: 1.1.4.RELEASE
imagePullPolicy: IfNotPresent
platformName: minikube
service:
Expand Down

0 comments on commit db84d50

Please sign in to comment.