Skip to content

Commit

Permalink
bump falcosidekick dependency version to v0.8.0, for falcosidekick 2.…
Browse files Browse the repository at this point in the history
…29.0

Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
  • Loading branch information
Issif authored and poiana committed Jul 2, 2024
1 parent f820595 commit b9d0926
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/falco/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).

## v4.5.2

* bump falcosidekick dependency version to v0.8.0, for falcosidekick 2.29.0

## v4.5.2

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

## v4.5.1
Expand Down
4 changes: 2 additions & 2 deletions 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.2
version: 4.5.3
appVersion: "0.38.1"
description: Falco
keywords:
Expand All @@ -19,7 +19,7 @@ maintainers:
email: cncf-falco-dev@lists.cncf.io
dependencies:
- name: falcosidekick
version: "0.7.19"
version: "0.8.0"
condition: falcosidekick.enabled
repository: https://falcosecurity.github.io/charts
- name: k8s-metacollector
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.2 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.3 and their default values. See [values.yaml](./values.yaml) for full list.

## Values

Expand Down

0 comments on commit b9d0926

Please sign in to comment.