mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/spring-cloud-data-flow] Fix appVersion in Chart.yaml (#1895)
[incubator/spring-cloud-data-flow] Fix appVersion in Chart.yaml
This commit is contained in:
committed by
Reinhard Nägele
parent
d404afcea4
commit
2efbb8e55a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user