diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 64a3129..5463590 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: prompage-helm description: A Helm chart for PromPage type: application -version: 0.1.17 -appVersion: "v1.4.2" +version: 0.1.18 +appVersion: "v1.5.0" diff --git a/chart/values.yaml b/chart/values.yaml index c7a08da..c9bb190 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -7,8 +7,17 @@ image: tag: "" configuration: - # The url of the prometheus query api - prometheus: "" + # The datasources to use for queries + datasources: + - name: prometheus + type: prometheus + url: "" + # - name: datadog + # type: datadog + # url: datadoghq.eu + # extras: + # apiKey: "" + # appKey: "" # How often the pod queries prometheus for metrics refresh: 30s