Skip to content

Commit 416244c

Browse files
committed
fix seed condition alerts
1 parent 524d64e commit 416244c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/controlplane-operations/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: controlplane-operations
3-
version: 1.1.2
3+
version: 1.1.3
44
description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Controlplane clusters.
55
maintainers:
66
- name: Vladimir Videlov (d051408)

charts/controlplane-operations/alerts/controlplane-gardener.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ groups:
8585
label_replace(
8686
label_replace(
8787
label_replace(
88-
garden_shoot_condition,
88+
garden_shoot_condition{is_seed="true"},
8989
"support_group", "containers", "__name__", ".*"
9090
),
9191
"support_group", "storage", "project", "^storage$"

charts/controlplane-operations/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ kind: PluginDefinition
33
metadata:
44
name: controlplane-operations
55
spec:
6-
version: 1.1.2
6+
version: 1.1.3
77
displayName: Controlplane operations bundle
88
description: Operations bundle for Controlane clusters
99
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/README.md
1010
icon: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/charts/controlplane-operations/kubernetes-logo.png
1111
helmChart:
1212
name: controlplane-operations
1313
repository: oci://ghcr.io/cloudoperators/controlplane-operations/charts
14-
version: 1.1.2
14+
version: 1.1.3
1515
options:
1616
- name: prometheusRules.create
1717
description: Create Prometheus rules

0 commit comments

Comments
 (0)