diff --git a/charts/falcosidekick/CHANGELOG.md b/charts/falcosidekick/CHANGELOG.md index 3e2b00089..586399dfe 100644 --- a/charts/falcosidekick/CHANGELOG.md +++ b/charts/falcosidekick/CHANGELOG.md @@ -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.17 + +- Fix the labels for the serviceMonitor + ## 0.7.16 - Fix the error with the `NOTES` (`index of untyped nil Use`) when the ingress is enabled to falcosidekick-ui diff --git a/charts/falcosidekick/Chart.yaml b/charts/falcosidekick/Chart.yaml index 9cd560960..934b5ef85 100644 --- a/charts/falcosidekick/Chart.yaml +++ b/charts/falcosidekick/Chart.yaml @@ -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.16 +version: 0.7.17 keywords: - monitoring - security diff --git a/charts/falcosidekick/templates/servicemonitor.yaml b/charts/falcosidekick/templates/servicemonitor.yaml index 1d89bd93e..ebe749b52 100644 --- a/charts/falcosidekick/templates/servicemonitor.yaml +++ b/charts/falcosidekick/templates/servicemonitor.yaml @@ -21,6 +21,6 @@ spec: {{- end }} selector: matchLabels: - {{- include "falcosidekick.selectorLabels" . | nindent 6 }} + {{- include "falcosidekick.labels" . | nindent 6 }} app.kubernetes.io/component: core {{- end }} \ No newline at end of file