Skip to content

Commit 8647414

Browse files
chore(chart): bump versions
1 parent ef2d94d commit 8647414

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: prompage-helm
33
description: A Helm chart for PromPage
44
type: application
5-
version: 0.1.17
6-
appVersion: "v1.4.2"
5+
version: 0.1.18
6+
appVersion: "v1.5.0"

chart/values.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@ image:
77
tag: ""
88

99
configuration:
10-
# The url of the prometheus query api
11-
prometheus: ""
10+
# The datasources to use for queries
11+
datasources:
12+
- name: prometheus
13+
type: prometheus
14+
url: ""
15+
# - name: datadog
16+
# type: datadog
17+
# url: datadoghq.eu
18+
# extras:
19+
# apiKey: ""
20+
# appKey: ""
1221

1322
# How often the pod queries prometheus for metrics
1423
refresh: 30s

0 commit comments

Comments
 (0)