Skip to content

Commit

Permalink
Fix image for event generator deployment yaml
Browse files Browse the repository at this point in the history
I had a bug in #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>
  • Loading branch information
mstemm committed Mar 12, 2020
1 parent 6488ea8 commit 0eafe07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 0eafe07

Please sign in to comment.