Skip to content

Commit

Permalink
Bump falco-sidekick dependency version to include redis UI check
Browse files Browse the repository at this point in the history
Signed-off-by: Dominique Burnand <dominique.burnand@jegger.ch>
  • Loading branch information
jegger authored and poiana committed Jul 11, 2024
1 parent 78aa87c commit e8a0387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.6.1

* bump falcosidekick dependency to v0.8.2 (fixes bug when using externalRedis in UI)

## v4.6.0

* feat(falco): add support for Falco metrics
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.6.0
version: 4.6.1
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.8.0"
version: "0.8.2"
condition: falcosidekick.enabled
repository: https://falcosecurity.github.io/charts
- name: k8s-metacollector
Expand Down

0 comments on commit e8a0387

Please sign in to comment.