Skip to content

Commit

Permalink
update chart to v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <issif_github@gadz.org>
  • Loading branch information
Issif authored and poiana committed Apr 29, 2021
1 parent d062a06 commit 393af44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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).

## v1.10.0

* Bump up version of chart for `Falcosidekick` dependency to `v3.5.0`

## v1.10.0

* Add `falcosidekick.fullfqdn` option to connect `falco` to `falcosidekick` with full FQDN
* Bump up version of chart for `Falcosidekick` dependency

Expand Down
4 changes: 2 additions & 2 deletions falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: falco
version: 1.10.0
version: 1.11.0
appVersion: 0.28.0
description: Falco
keywords:
Expand All @@ -19,6 +19,6 @@ maintainers:
email: cncf-falco-dev@lists.cncf.io
dependencies:
- name: falcosidekick
version: "0.3.3"
version: "0.3.5"
condition: falcosidekick.enabled
repository: https://falcosecurity.github.io/charts

0 comments on commit 393af44

Please sign in to comment.