Skip to content

Commit

Permalink
Update prometheusrule.yaml
Browse files Browse the repository at this point in the history
Prometheus does not accept duplicate rule name.
The chart rule can't be installed.

Signed-off-by: Belazar Mohamed <50041651+kwop@users.noreply.github.com>

Update Chart.yaml

Bump chart version

Signed-off-by: Belazar Mohamed <50041651+kwop@users.noreply.github.com>

Update CHANGELOG.md

Signed-off-by: Belazar Mohamed <50041651+kwop@users.noreply.github.com>

Fix PrometheusRule duplicate alert name
  • Loading branch information
kwop authored and poiana committed Apr 30, 2024
1 parent bab068e commit 3799bd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions charts/falcosidekick/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ numbering uses [semantic versioning](http://semver.org).

Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).


## 0.7.18

- Fix PrometheusRule duplicate alert name

## 0.7.17

- Fix the labels for the serviceMonitor
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.28.0
description: Connect Falco to your ecosystem
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
name: falcosidekick
version: 0.7.17
version: 0.7.18
keywords:
- monitoring
- security
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/templates/prometheusrule.yaml
Expand Up @@ -77,7 +77,7 @@ spec:
severity: critical
{{- end }}
{{- if .Values.prometheusRules.alerts.output.enabled }}
- alert: FalcoEmergencyEventsRateHigh
- alert: FalcoErrorOutputEventsRateHigh
annotations:
summary: Falcosidekick is experiencing high rate of errors for an output
description: A high rate of errors are being detecting for an output
Expand Down

0 comments on commit 3799bd9

Please sign in to comment.