We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222bfd3 commit 8689b3eCopy full SHA for 8689b3e
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 4.5.19
+version: 4.5.20
4
appVersion: 28.0.2
5
description: A file sharing server that puts the control and security of your own data back into your hands.
6
keywords:
charts/nextcloud/ci/ct-all-enabled-values.yaml
@@ -1,5 +1,7 @@
metrics:
enabled: true
+ serviceMonitor:
+ enabled: true
nextcloud:
7
configs:
charts/nextcloud/ci/ct-specials-values.yaml
@@ -17,6 +17,13 @@ metrics:
17
fakeVersion: unreleased
18
labels:
19
team: cool
20
21
22
+ namespace: "somewhere-else"
23
+ labels:
24
+ prometheus: default
25
+ interval: "20s"
26
+ scrapeTimeout: "15s"
27
28
29
0 commit comments