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