Skip to content

Commit

Permalink
[falcosidekick] fix: remove duplicate component label
Browse files Browse the repository at this point in the history
This commit partly reverts #626

Signed-off-by: Thomas Berreis <[email protected]>
  • Loading branch information
tberreis authored and poiana committed Feb 26, 2024
1 parent 70efc03 commit 23f9fe8
Show file tree
Hide file tree
Showing 3 changed files with 5 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.14

- Fix duplicate component labels

## 0.7.13

- Fix ServiceMonitor port name and 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.13
version: 0.7.14
keywords:
- monitoring
- security
Expand Down
1 change: 0 additions & 1 deletion charts/falcosidekick/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Selector labels
{{- define "falcosidekick.selectorLabels" -}}
app.kubernetes.io/name: {{ include "falcosidekick.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: core
{{- end }}

{{/*
Expand Down

0 comments on commit 23f9fe8

Please sign in to comment.