diff --git a/charts/falco-exporter/CHANGELOG.md b/charts/falco-exporter/CHANGELOG.md index b95c947bf..60a9cd11a 100644 --- a/charts/falco-exporter/CHANGELOG.md +++ b/charts/falco-exporter/CHANGELOG.md @@ -3,6 +3,10 @@ This file documents all notable changes to `falco-exporter` Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v0.9.8 + +* add annotation for set of folder's grafana-chart + ## v0.9.7 * noop change just to test the ci diff --git a/charts/falco-exporter/Chart.yaml b/charts/falco-exporter/Chart.yaml index baeb4a30e..60ad286c1 100644 --- a/charts/falco-exporter/Chart.yaml +++ b/charts/falco-exporter/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.9.7 +version: 0.9.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/falco-exporter/templates/grafana-dashboard.yaml b/charts/falco-exporter/templates/grafana-dashboard.yaml index 6cfbf58b0..661299b82 100644 --- a/charts/falco-exporter/templates/grafana-dashboard.yaml +++ b/charts/falco-exporter/templates/grafana-dashboard.yaml @@ -305,6 +305,7 @@ metadata: {{- if .Values.grafanaDashboard.folder }} annotations: k8s-sidecar-target-directory: /tmp/dashboards/{{ .Values.grafanaDashboard.folder }} + grafana_dashboard_folder: {{ .Values.grafanaDashboard.folder }} {{- end }} name: grafana-falco {{- if .Values.grafanaDashboard.namespace }}