Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/controlplane-operations/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/controlplane-operations/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down