From 76b263269fe7f33cc28c081a236abb64cb4c8795 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Mon, 28 Oct 2019 16:54:25 +0100 Subject: [PATCH] docs(integrations): bump version to 0.18.0 Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- .../k8s-with-rbac/falco-daemonset-configmap-slim.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/k8s-using-daemonset/k8s-with-rbac/falco-daemonset-configmap-slim.yaml b/integrations/k8s-using-daemonset/k8s-with-rbac/falco-daemonset-configmap-slim.yaml index 955a2a12..be2378ff 100644 --- a/integrations/k8s-using-daemonset/k8s-with-rbac/falco-daemonset-configmap-slim.yaml +++ b/integrations/k8s-using-daemonset/k8s-with-rbac/falco-daemonset-configmap-slim.yaml @@ -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.