diff --git a/charts/controlplane-operations/Chart.yaml b/charts/controlplane-operations/Chart.yaml index 8519207..ee376d7 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.13 +version: 1.1.14 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/alerts/controlplane-remote.yaml b/charts/controlplane-operations/alerts/controlplane-remote.yaml index 95b1cea..3ad201c 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: diff --git a/charts/controlplane-operations/plugindefinition.yaml b/charts/controlplane-operations/plugindefinition.yaml index 0351070..ea77e20 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.13 + version: 1.1.14 displayName: Controlplane operations bundle description: Operations bundle for Controlplane clusters docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/README.md @@ -11,7 +11,7 @@ spec: helmChart: name: controlplane-operations repository: oci://ghcr.io/cloudoperators/controlplane-operations/charts - version: 1.1.13 + version: 1.1.14 options: - name: prometheusRules.create description: Create Prometheus rules