Skip to content

Commit

Permalink
Merge branch 'main' into adds-falco-0.39.0-rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored Oct 6, 2024
2 parents e02d467 + e4eb6f3 commit f4b0520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/test_falco.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def _get_falco_helm_cmd(falco_version: str):
"falco-driver-loader", image_version, "amd64"
)

driver_loader_rock = env_util.get_build_meta_info_for_rock_version(
"falco-driver-loader", image_version, "amd64"
)

images = [
k8s_util.HelmImage(falco_rock.image),
k8s_util.HelmImage(falcoctl_rock.image, "falcoctl"),
Expand Down

0 comments on commit f4b0520

Please sign in to comment.