Skip to content

Commit

Permalink
fix(helm): improve alerts
Browse files Browse the repository at this point in the history
Change-Id: Ib25de5189cd9942f95603cbc19e7635a4d7ffbad
Signed-off-by: genofire <[email protected]>
  • Loading branch information
genofire authored and Rash419 committed Jan 3, 2024
1 parent dbc4227 commit 189f186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/helm/collabora-online/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: "application"
name: collabora-online
description: Collabora Online helm chart

version: 1.1.7
version: 1.1.8
appVersion: "23.05.6.4.1"

home: "https://www.collaboraoffice.com/code/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
summary: '{{ printf "%.0f" $value }}% of all documents are opened simultaneously on different pods in namespace {{ $labels.namespace }}. Viewers can not see each others.'
`}}
- alert: "Collabora DocumentsOpenSimultaneously"
expr: 'count(doc_info) by (key, namespace) > 1'
expr: 'count(doc_info) by (key, namespace, filename, host) > 1'
labels:
severity: "warning"
{{`
Expand Down

0 comments on commit 189f186

Please sign in to comment.