mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-16 23:08:16 +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
|
serviceAccount: falco-event-generator
|
||||||
containers:
|
containers:
|
||||||
- name: falco-event-generator
|
- name: falco-event-generator
|
||||||
image: falcosecurity/falco-event-generator:eg-sandbox
|
image: falcosecurity/falco-event-generator
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: ["k8s_audit"]
|
args: ["k8s_audit"]
|
||||||
|
Reference in New Issue
Block a user