Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/falco/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://falcosecurity.github.io/charts
export REPO_NAME=falcosecurity
export CHART_NAME=falco
export VERSION=2.0.17
export VERSION=8.0.0

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down
6 changes: 3 additions & 3 deletions charts/falco/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.32.2
appVersion: 0.43.0
description: Falco
home: https://falco.org
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/falco/horizontal/color/falco-horizontal-color.svg
Expand All @@ -16,8 +16,8 @@ maintainers:
name: falco
sources:
- https://github.com/falcosecurity/falco
version: 2.0.17
version: 8.0.0
dependencies:
- name: falco
version: "2.0.17"
version: "8.0.0"
repository: "https://falcosecurity.github.io/charts"
627 changes: 572 additions & 55 deletions charts/falco/falco/README.md

Large diffs are not rendered by default.

303 changes: 303 additions & 0 deletions charts/falco/falco/charts/falco/BREAKING-CHANGES.md

Large diffs are not rendered by default.

Loading