From 9d6d4f7c00f2f4eb1e8dc64314652ddeeaa4a2ed Mon Sep 17 00:00:00 2001 From: Aliaksei Dziauho Date: Thu, 18 Jun 2026 13:13:46 +0200 Subject: [PATCH 1/3] udpate argora alerts according to metrics name Signed-off-by: Aliaksei Dziauho --- .../controlplane-operations/alerts/controlplane-remote.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/controlplane-operations/alerts/controlplane-remote.yaml b/charts/controlplane-operations/alerts/controlplane-remote.yaml index 841d688..5bdbcd9 100644 --- a/charts/controlplane-operations/alerts/controlplane-remote.yaml +++ b/charts/controlplane-operations/alerts/controlplane-remote.yaml @@ -4,7 +4,7 @@ groups: {{- if not (.Values.prometheusRules.disabled.ArgoraUpdateInError | default false) }} - alert: ArgoraUpdateInError expr: > - kube_customresource_status_state{customresource_kind="Update",customresource_group="argora.cloud.sap",state=~"Error"} + kube_customresource_update_status{customresource_kind="Update",customresource_group="argora.cloud.sap",state=~"Error"} == 1 for: {{ dig "ArgoraUpdateInError" "for" "10m" .Values.prometheusRules }} labels: @@ -21,7 +21,7 @@ groups: {{- if not (.Values.prometheusRules.disabled.ArgoraClusterImportInError | default false) }} - alert: ArgoraClusterImportInError expr: > - kube_customresource_status_state{customresource_kind="ClusterImport",customresource_group="argora.cloud.sap",state=~"Error"} + kube_customresource_cluster_import_status{customresource_kind="ClusterImport",customresource_group="argora.cloud.sap",state=~"Error"} == 1 for: {{ dig "ArgoraClusterImportInError" "for" "10m" .Values.prometheusRules }} labels: From 72625833e7bc37036f22a4e62a156c5f7a9e43b1 Mon Sep 17 00:00:00 2001 From: Aliaksei Dziauho Date: Thu, 18 Jun 2026 14:10:14 +0200 Subject: [PATCH 2/3] bump chart version Signed-off-by: Aliaksei Dziauho --- charts/controlplane-operations/Chart.yaml | 2 +- charts/controlplane-operations/plugindefinition.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/controlplane-operations/Chart.yaml b/charts/controlplane-operations/Chart.yaml index fd9e517..0be59d2 100644 --- a/charts/controlplane-operations/Chart.yaml +++ b/charts/controlplane-operations/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: controlplane-operations -version: 1.1.10 +version: 1.1.11 description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Controlplane clusters. maintainers: - name: Vladimir Videlov (d051408) diff --git a/charts/controlplane-operations/plugindefinition.yaml b/charts/controlplane-operations/plugindefinition.yaml index 113033a..e23c16f 100644 --- a/charts/controlplane-operations/plugindefinition.yaml +++ b/charts/controlplane-operations/plugindefinition.yaml @@ -3,7 +3,7 @@ kind: PluginDefinition metadata: name: controlplane-operations spec: - version: 1.1.10 + version: 1.1.11 displayName: Controlplane operations bundle description: Operations bundle for Controlane clusters docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/README.md From b98c468781b85434ddbd8d3ba7c02f9c23d9a44e Mon Sep 17 00:00:00 2001 From: adziauho Date: Thu, 18 Jun 2026 15:12:24 +0200 Subject: [PATCH 3/3] Update chart version Signed-off-by: adziauho --- charts/controlplane-operations/plugindefinition.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/controlplane-operations/plugindefinition.yaml b/charts/controlplane-operations/plugindefinition.yaml index e23c16f..0ecc745 100644 --- a/charts/controlplane-operations/plugindefinition.yaml +++ b/charts/controlplane-operations/plugindefinition.yaml @@ -11,7 +11,7 @@ spec: helmChart: name: controlplane-operations repository: oci://ghcr.io/cloudoperators/controlplane-operations/charts - version: 1.1.10 + version: 1.1.11 options: - name: prometheusRules.create description: Create Prometheus rules