Skip to content

Commit 09fa919

Browse files
authored
fix(nextcloud): lower outdated apps prometheus alertrule to info #784
Signed-off-by: Josef Hofer <[email protected]>
1 parent da80a8d commit 09fa919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 8.2.0
3+
version: 8.2.1
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 32.0.0
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/templates/metrics/prometheus-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- alert: "nextcloud: outdated apps"
4343
expr: 'sum(nextcloud_apps_updates_available_total{ {{ $filter }} }) without(endpoint,container,pod,instance) > 0'
4444
labels:
45-
severity: "warning"
45+
severity: "info"
4646
{{- with .labels }}
4747
{{- toYaml . | nindent 12 }}
4848
{{- end }}

0 commit comments

Comments
 (0)