diff --git a/falco.yaml b/falco.yaml index f220730b9d2..1c0638cc25c 100644 --- a/falco.yaml +++ b/falco.yaml @@ -1,7 +1,7 @@ package: name: falco - version: "0.41.1" - epoch: 1 + version: "0.41.2" + epoch: 0 description: Cloud Native Runtime Security copyright: - license: Apache-2.0 @@ -12,7 +12,7 @@ package: resources: # https://go/wolfi-rsc/falco cpu: 20 - memory: 20Gi + memory: 40Gi vars: llvm-vers: 19 @@ -76,7 +76,7 @@ pipeline: with: repository: https://github.com/falcosecurity/falco tag: ${{package.version}} - expected-commit: 9652de9f5d1a1675087de4c583ba7f50dcfdf6f5 + expected-commit: dd9fb0dbac4f3cc2a7f4f644690002111a98d194 recurse-submodules: true - uses: patch