Skip to content

Commit

Permalink
ordered volume list in falco scc yaml alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Müller <60851960+toamto94@users.noreply.github.com>
  • Loading branch information
toamto94 authored and poiana committed Jul 1, 2024
1 parent 7527d0f commit 50dc3b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file documents all notable changes to Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v4.5.2

* reording scc configuration, making it more robust to plain yaml comparison

## v4.5.1

* falco is now able to reconnect to containerd.socket
Expand Down
2 changes: 1 addition & 1 deletion charts/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: falco
version: 4.5.1
version: 4.5.2
appVersion: "0.38.1"
description: Falco
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek

## Configuration

The following table lists the main configurable parameters of the falco chart v4.5.1 and their default values. See [values.yaml](./values.yaml) for full list.
The following table lists the main configurable parameters of the falco chart v4.5.2 and their default values. See [values.yaml](./values.yaml) for full list.

## Values

Expand Down
6 changes: 3 additions & 3 deletions charts/falco/templates/securitycontextconstraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ supplementalGroups:
users:
- system:serviceaccount:{{ include "falco.namespace" . }}:{{ include "falco.serviceAccountName" . }}
volumes:
- hostPath
- configMap
- emptyDir
- hostPath
- secret
- configMap
{{- end }}
{{- end }}

0 comments on commit 50dc3b1

Please sign in to comment.