Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit bc3db28

Browse files
feat(charts): update helm release falco to v3
1 parent b18f32d commit bc3db28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/falco.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "helm_release" "falco" {
9090
name = local.falco["name"]
9191
repository = "https://falcosecurity.github.io/charts"
9292
chart = "falco"
93-
version = "2.5.5"
93+
version = "3.3.0"
9494
timeout = local.falco["timeout"]
9595
force_update = local.falco["force_update"]
9696
recreate_pods = local.falco["recreate_pods"]

0 commit comments

Comments
 (0)