mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-15 22:38:26 +00:00
Fix image for event generator deployment yaml
I had a bug in https://github.com/falcosecurity/falco/pull/1088 where the image name for the event generator was pointing to a temporary tag instead of latest. This switches the image name back to latest. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
@@ -18,6 +18,6 @@ spec:
|
||||
serviceAccount: falco-event-generator
|
||||
containers:
|
||||
- name: falco-event-generator
|
||||
image: falcosecurity/falco-event-generator:eg-sandbox
|
||||
image: falcosecurity/falco-event-generator
|
||||
imagePullPolicy: Always
|
||||
args: ["k8s_audit"]
|
||||
|
Reference in New Issue
Block a user