Skip to content

Commit

Permalink
fix(ci): add ServiceMonitor to chart-testing
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <dev.github@wrenix.eu>
  • Loading branch information
wrenix committed Feb 5, 2024
1 parent 222bfd3 commit 8689b3e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 4.5.19
version: 4.5.20
appVersion: 28.0.2
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
2 changes: 2 additions & 0 deletions charts/nextcloud/ci/ct-all-enabled-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
metrics:
enabled: true
serviceMonitor:
enabled: true

nextcloud:
configs:
Expand Down
7 changes: 7 additions & 0 deletions charts/nextcloud/ci/ct-specials-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ metrics:
fakeVersion: unreleased
labels:
team: cool
serviceMonitor:
enabled: true
namespace: "somewhere-else"
labels:
prometheus: default
interval: "20s"
scrapeTimeout: "15s"

nextcloud:
configs:
Expand Down

0 comments on commit 8689b3e

Please sign in to comment.