From 0e2ad2f44d36b85cbeba853f882edc9fab464cb8 Mon Sep 17 00:00:00 2001 From: Vladimir Videlov Date: Tue, 7 Apr 2026 17:35:04 +0200 Subject: [PATCH] Fix --- charts/controlplane-operations/Chart.yaml | 2 +- .../controlplane-operations/alerts/controlplane-backup.yaml | 1 - charts/controlplane-operations/plugindefinition.yaml | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/controlplane-operations/Chart.yaml b/charts/controlplane-operations/Chart.yaml index 1c9c71f..c6102d2 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.7 +version: 1.1.8 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-backup.yaml b/charts/controlplane-operations/alerts/controlplane-backup.yaml index 0a9233c..2745979 100644 --- a/charts/controlplane-operations/alerts/controlplane-backup.yaml +++ b/charts/controlplane-operations/alerts/controlplane-backup.yaml @@ -54,7 +54,6 @@ groups: {{- if not (.Values.prometheusRules.disabled.EtcdKCPBackupSnapshotTooOld | default false) }} - alert: EtcdKCPBackupSnapshotTooOld expr: > - # Alert if the latest full snapshot is older than 24 hours on all pods ( (time() - etcdbr_snapshot_latest_timestamp{kind="Full"}) > 24 * 3600 ) diff --git a/charts/controlplane-operations/plugindefinition.yaml b/charts/controlplane-operations/plugindefinition.yaml index 8a728a5..700183d 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.7 + version: 1.1.8 displayName: Controlplane operations bundle description: Operations bundle for Controlane 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.7 + version: 1.1.8 options: - name: prometheusRules.create description: Create Prometheus rules