diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 0b407fbab..66d16e98a 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -19,6 +19,6 @@ maintainers: email: cncf-falco-dev@lists.cncf.io dependencies: - name: falcosidekick - version: "0.7.1" + version: "0.7.6" condition: falcosidekick.enabled - repository: https://falcosecurity.github.io/charts + repository: https://raw.githubusercontent.com/opendatasoft/falco-charts/gh-pages/ diff --git a/charts/falcosidekick/CHANGELOG.md b/charts/falcosidekick/CHANGELOG.md index 151e6d638..aef940d3c 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.6 + +* noop change just to test the ci + ## 0.7.5 * noop change just to test the ci diff --git a/charts/falcosidekick/Chart.yaml b/charts/falcosidekick/Chart.yaml index a1523ffb6..637937675 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.5 +version: 0.7.6 keywords: - monitoring - security diff --git a/charts/falcosidekick/templates/deployment.yaml b/charts/falcosidekick/templates/deployment.yaml index 582d62655..901de3984 100644 --- a/charts/falcosidekick/templates/deployment.yaml +++ b/charts/falcosidekick/templates/deployment.yaml @@ -84,7 +84,11 @@ spec: periodSeconds: 5 {{- if .Values.securityContext }} securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} + {{- end }} + {{- if .Values.config.extraArgs }} + args: + - /app/falcosidekick + {{ toYaml .Values.config.extraArgs | nindent 12 }} {{- end }} envFrom: - secretRef: diff --git a/charts/falcosidekick/values.yaml b/charts/falcosidekick/values.yaml index 5f8e57b05..ad1d57ce8 100644 --- a/charts/falcosidekick/values.yaml +++ b/charts/falcosidekick/values.yaml @@ -54,6 +54,8 @@ config: existingSecret: "" # -- Extra environment variables extraEnv: [] + # -- Extra command-line arguments. + extraArgs: [] # -- DEBUG environment variable debug: false # -- a list of escaped comma separated custom fields to add to falco events, syntax is "key:value\,key:value"