Skip to content

Commit 8689b3e

Browse files
committed
fix(ci): add ServiceMonitor to chart-testing
Signed-off-by: WrenIX <dev.github@wrenix.eu>
1 parent 222bfd3 commit 8689b3e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 4.5.19
3+
version: 4.5.20
44
appVersion: 28.0.2
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:

charts/nextcloud/ci/ct-all-enabled-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
metrics:
22
enabled: true
3+
serviceMonitor:
4+
enabled: true
35

46
nextcloud:
57
configs:

charts/nextcloud/ci/ct-specials-values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ metrics:
1717
fakeVersion: unreleased
1818
labels:
1919
team: cool
20+
serviceMonitor:
21+
enabled: true
22+
namespace: "somewhere-else"
23+
labels:
24+
prometheus: default
25+
interval: "20s"
26+
scrapeTimeout: "15s"
2027

2128
nextcloud:
2229
configs:

0 commit comments

Comments
 (0)