From f6ea857c7dbc4849713885ed0828038eb8afb2f1 Mon Sep 17 00:00:00 2001 From: adic9000 <97946944+adic9000@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:09:03 +0100 Subject: [PATCH 1/2] Update healthchecks.yaml --- charts/ceph-operations/alerts/healthchecks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-operations/alerts/healthchecks.yaml b/charts/ceph-operations/alerts/healthchecks.yaml index 2d92c67..6ea615d 100644 --- a/charts/ceph-operations/alerts/healthchecks.yaml +++ b/charts/ceph-operations/alerts/healthchecks.yaml @@ -25,7 +25,7 @@ groups: expr: ceph_daemon_health_metrics{type="SLOW_OPS"} > 0 labels: service: ceph - severity: warning + severity: critical type: ceph_default {{- include "cloud-storage-operations.additionalRuleLabels" . | nindent 6 }} annotations: From 806773fc18a174e6aee505f676743e99025b46a7 Mon Sep 17 00:00:00 2001 From: adic9000 <97946944+adic9000@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:11:24 +0100 Subject: [PATCH 2/2] Update Chart.yaml --- charts/ceph-operations/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-operations/Chart.yaml b/charts/ceph-operations/Chart.yaml index 99cd070..36cc5d8 100644 --- a/charts/ceph-operations/Chart.yaml +++ b/charts/ceph-operations/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ceph-operations description: Ceph operations bundle type: application -version: 1.8.17 +version: 1.8.18 maintainers: - name: sumitarora2786 - name: richardtief