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:
Mark Stemm
2020-03-12 07:45:35 -07:00
committed by poiana
parent 3067af566e
commit 2126616529

View File

@@ -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"]