mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/spring-cloud-dataflow] fix dataflow icon URL (#3063)
* fix icon url * fix yaml lint errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: spring-cloud-dataflow
|
name: spring-cloud-dataflow
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
appVersion: 2.5.2
|
appVersion: 2.5.2
|
||||||
description: Spring Cloud Data Flow is a microservices-based toolkit for building streaming and batch data processing pipelines in Cloud Foundry and Kubernetes.
|
description: Spring Cloud Data Flow is a microservices-based toolkit for building streaming and batch data processing pipelines in Cloud Foundry and Kubernetes.
|
||||||
keywords:
|
keywords:
|
||||||
@@ -9,7 +9,7 @@ keywords:
|
|||||||
- skipper
|
- skipper
|
||||||
- spring
|
- spring
|
||||||
home: https://dataflow.spring.io/
|
home: https://dataflow.spring.io/
|
||||||
icon: https://bitnami.com/assets/stacks/thanos/img/spring-cloud-dataflow-stack-220x234.png
|
icon: https://bitnami.com/assets/stacks/spring-cloud-dataflow/img/spring-cloud-dataflow-stack-220x234.png
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Bitnami
|
- name: Bitnami
|
||||||
email: containers@bitnami.com
|
email: containers@bitnami.com
|
||||||
|
|||||||
@@ -673,9 +673,9 @@ metrics:
|
|||||||
## Annotations for the Prometheus Rsocket Proxy service
|
## Annotations for the Prometheus Rsocket Proxy service
|
||||||
##
|
##
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: 'true'
|
||||||
prometheus.io/port: "{{ .Values.metrics.service.httpPort }}"
|
prometheus.io/port: '{{ .Values.metrics.service.httpPort }}'
|
||||||
prometheus.io/path: "/metrics/proxy"
|
prometheus.io/path: '/metrics/proxy'
|
||||||
## Prometheus Operator ServiceMonitor configuration
|
## Prometheus Operator ServiceMonitor configuration
|
||||||
##
|
##
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
@@ -683,12 +683,10 @@ metrics:
|
|||||||
## Namespace in which Prometheus is running
|
## Namespace in which Prometheus is running
|
||||||
##
|
##
|
||||||
# namespace: monitoring
|
# namespace: monitoring
|
||||||
|
|
||||||
## Interval at which metrics should be scraped.
|
## Interval at which metrics should be scraped.
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||||
##
|
##
|
||||||
# interval: 10s
|
# interval: 10s
|
||||||
|
|
||||||
## Timeout after which the scrape is ended
|
## Timeout after which the scrape is ended
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||||
##
|
##
|
||||||
@@ -761,7 +759,7 @@ externalDatabase:
|
|||||||
##
|
##
|
||||||
# driver:
|
# driver:
|
||||||
# scheme:
|
# scheme:
|
||||||
password: ""
|
password: ''
|
||||||
## Data Flow user and database
|
## Data Flow user and database
|
||||||
##
|
##
|
||||||
dataflow:
|
dataflow:
|
||||||
@@ -773,8 +771,9 @@ externalDatabase:
|
|||||||
database: skipper
|
database: skipper
|
||||||
user: skipper
|
user: skipper
|
||||||
## Hibernate Dialect
|
## Hibernate Dialect
|
||||||
|
## e.g: org.hibernate.dialect.MariaDB102Dialect
|
||||||
##
|
##
|
||||||
# hibernateDialect: org.hibernate.dialect.MariaDB102Dialect
|
hibernateDialect: ''
|
||||||
|
|
||||||
##
|
##
|
||||||
## RabbitMQ chart configuration
|
## RabbitMQ chart configuration
|
||||||
@@ -785,7 +784,7 @@ rabbitmq:
|
|||||||
enabled: true
|
enabled: true
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
username: user
|
username: user
|
||||||
password: ""
|
password: ''
|
||||||
|
|
||||||
##
|
##
|
||||||
## Kafka chart configuration
|
## Kafka chart configuration
|
||||||
|
|||||||
@@ -673,9 +673,9 @@ metrics:
|
|||||||
## Annotations for the Prometheus Rsocket Proxy service
|
## Annotations for the Prometheus Rsocket Proxy service
|
||||||
##
|
##
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: 'true'
|
||||||
prometheus.io/port: "{{ .Values.metrics.service.httpPort }}"
|
prometheus.io/port: '{{ .Values.metrics.service.httpPort }}'
|
||||||
prometheus.io/path: "/metrics/proxy"
|
prometheus.io/path: '/metrics/proxy'
|
||||||
## Prometheus Operator ServiceMonitor configuration
|
## Prometheus Operator ServiceMonitor configuration
|
||||||
##
|
##
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
@@ -683,12 +683,10 @@ metrics:
|
|||||||
## Namespace in which Prometheus is running
|
## Namespace in which Prometheus is running
|
||||||
##
|
##
|
||||||
# namespace: monitoring
|
# namespace: monitoring
|
||||||
|
|
||||||
## Interval at which metrics should be scraped.
|
## Interval at which metrics should be scraped.
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||||
##
|
##
|
||||||
# interval: 10s
|
# interval: 10s
|
||||||
|
|
||||||
## Timeout after which the scrape is ended
|
## Timeout after which the scrape is ended
|
||||||
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||||
##
|
##
|
||||||
@@ -744,7 +742,7 @@ externalDatabase:
|
|||||||
##
|
##
|
||||||
# driver:
|
# driver:
|
||||||
# scheme:
|
# scheme:
|
||||||
password: ""
|
password: ''
|
||||||
## Data Flow user and database
|
## Data Flow user and database
|
||||||
##
|
##
|
||||||
dataflow:
|
dataflow:
|
||||||
@@ -756,8 +754,9 @@ externalDatabase:
|
|||||||
database: skipper
|
database: skipper
|
||||||
user: skipper
|
user: skipper
|
||||||
## Hibernate Dialect
|
## Hibernate Dialect
|
||||||
|
## e.g: org.hibernate.dialect.MariaDB102Dialect
|
||||||
##
|
##
|
||||||
# hibernateDialect: org.hibernate.dialect.MariaDB102Dialect
|
hibernateDialect: ''
|
||||||
|
|
||||||
##
|
##
|
||||||
## RabbitMQ chart configuration
|
## RabbitMQ chart configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user