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 <[email protected]>

Update Chart.yaml

Bump chart version

Signed-off-by: Belazar Mohamed <[email protected]>

Update CHANGELOG.md

Signed-off-by: Belazar Mohamed <[email protected]>
  • Loading branch information
kwop committed Mar 26, 2024
1 parent aafdba3 commit 0ede235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.16

- Fix PrometheusRule duplicate alert name

## 0.7.15

- Fix ServiceMonitor selector labels
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
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.15
version: 0.7.16
keywords:
- monitoring
- security
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
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 0ede235

Please sign in to comment.