Skip to content

Commit

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

- update scdf version to 2.6.0
- update skipper version to 2.5.0

Signed-off-by: Chris Schaefer <[email protected]>
  • Loading branch information
chrisjs authored Aug 12, 2020
1 parent 9d2e094 commit d441cf3
Show file tree
Hide file tree
Showing 4 changed files with 8 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: 2.7.2
appVersion: 2.5.3.RELEASE
version: 2.8.0
appVersion: 2.6.0
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 @@ -152,7 +152,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.5.3.RELEASE
| server.version | The version/tag of the Data Flow server | 2.6.0
| server.imagePullPolicy | The imagePullPolicy of the Data Flow server | IfNotPresent
| server.service.type | The service type for the Data Flow server | LoadBalancer
| server.service.annotations | Extra annotations for service resource | {}
Expand All @@ -170,7 +170,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.4.3.RELEASE
| skipper.version | The version/tag of the Skipper server | 2.5.0
| 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ spec:
value: {{ .Values.features.batch.enabled | quote }}
- name: SPRING_CLOUD_DATAFLOW_FEATURES_SCHEDULES_ENABLED
value: {{ .Values.features.batch.enabled | quote }}
- name: SPRING_CLOUD_DATAFLOW_TASK_COMPOSED_TASK_RUNNER_URI
value: 'docker://springcloud/spring-cloud-dataflow-composed-task-runner:2.6.0'
{{- range $key, $value := .Values.server.extraEnv }}
- name: {{ $key }}
value: "{{ $value }}"
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 @@ -18,7 +18,7 @@ initContainers:

server:
image: springcloud/spring-cloud-dataflow-server
version: 2.5.3.RELEASE
version: 2.6.0
imagePullPolicy: IfNotPresent
platformName: default
trustCerts: false
Expand Down Expand Up @@ -47,7 +47,7 @@ server:
skipper:
enabled: true
image: springcloud/spring-cloud-skipper-server
version: 2.4.3.RELEASE
version: 2.5.0
imagePullPolicy: IfNotPresent
platformName: default
trustCerts: false
Expand Down

0 comments on commit d441cf3

Please sign in to comment.