docs(integrations): bump version to 0.18.0

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana 2019-10-28 16:54:25 +01:00 committed by Lorenzo Fontana
parent eae65475e0
commit 76b263269f

View File

@ -20,7 +20,7 @@ spec:
privileged: true
#env:
# - name: FALCOCTL_FALCO_VERSION
# value: 0.17.0
# value: 0.18.0
# - name: FALCOCTL_FALCO_PROBE_URL
# value:
# - name: FALCOCTL_FALCO_PROBE_REPO
@ -31,7 +31,7 @@ spec:
readOnly: true
containers:
- name: falco
image: falcosecurity/falco:0.17.1-slim
image: falcosecurity/falco:0.18.0-slim
securityContext:
privileged: true
# Uncomment the 3 lines below to enable eBPF support for Falco.