mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/spring-cloud-data-flow] Update to new SCDF version 2.2.1 (#16633)
- update scdf version to 2.2.1 - update skipper version to 2.1.2 Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a3932c0097
commit
5f8ca0cd17
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: Toolkit for building data processing pipelines.
|
||||
name: spring-cloud-data-flow
|
||||
version: 2.4.1
|
||||
appVersion: 2.2.0.RELEASE
|
||||
version: 2.4.2
|
||||
appVersion: 2.2.1.RELEASE
|
||||
home: http://cloud.spring.io/spring-cloud-dataflow/
|
||||
sources:
|
||||
- https://github.com/spring-cloud/spring-cloud-dataflow
|
||||
|
||||
@@ -78,23 +78,23 @@ 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.2.0.RELEASE
|
||||
| server.version | The version/tag of the Data Flow server | 2.2.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.annotations | Extra annotations for service resources | {}
|
||||
| server.platformName | The name of the configured platform account | default
|
||||
| server.service.externalPort | The external port for the Data Flow server | 80
|
||||
| server.configMap | Custom ConfigMap name for Data Flow server configuration | (empty)
|
||||
| server.configMap | Custom ConfigMap name for Data Flow server configuration |
|
||||
|
||||
### Skipper Server Configuration
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| --------------------------------- | ---------------------------------------------------------------- | ---------------- |
|
||||
| skipper.version | The version/tag of the Skipper server | 2.1.0.RELEASE
|
||||
| skipper.version | The version/tag of the Skipper server | 2.1.2.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
|
||||
| skipper.configMap | Custom ConfigMap name for Skipper server configuration | (empty)
|
||||
| skipper.configMap | Custom ConfigMap name for Skipper server configuration |
|
||||
|
||||
### Spring Cloud Deployer for Kubernetes Configuration
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ rules:
|
||||
resources: ["services", "pods", "replicationcontrollers", "persistentvolumeclaims"]
|
||||
verbs: ["get", "list", "watch", "create", "delete", "update"]
|
||||
- apiGroups: [""]
|
||||
resources: ["configmaps", "secrets"]
|
||||
resources: ["configmaps", "secrets", "pods/log", "pods/status"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: ["apps"]
|
||||
resources: ["statefulsets", "deployments", "replicasets"]
|
||||
|
||||
@@ -18,7 +18,7 @@ initContainers:
|
||||
|
||||
server:
|
||||
image: springcloud/spring-cloud-dataflow-server
|
||||
version: 2.2.0.RELEASE
|
||||
version: 2.2.1.RELEASE
|
||||
imagePullPolicy: IfNotPresent
|
||||
platformName: default
|
||||
service:
|
||||
@@ -36,7 +36,7 @@ server:
|
||||
|
||||
skipper:
|
||||
image: springcloud/spring-cloud-skipper-server
|
||||
version: 2.1.0.RELEASE
|
||||
version: 2.1.2.RELEASE
|
||||
imagePullPolicy: IfNotPresent
|
||||
platformName: default
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user