From 7b9ad26e8e6fac607da03e605b6c0e2779af745b Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Sun, 26 Mar 2023 15:07:06 +0300 Subject: [PATCH] update host scanner image tag Signed-off-by: David Wertenteil --- core/pkg/hostsensorutils/hostsensor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/hostsensorutils/hostsensor.yaml b/core/pkg/hostsensorutils/hostsensor.yaml index dcc6067b..47188dbe 100644 --- a/core/pkg/hostsensorutils/hostsensor.yaml +++ b/core/pkg/hostsensorutils/hostsensor.yaml @@ -32,7 +32,7 @@ spec: - operator: Exists containers: - name: host-sensor - image: quay.io/kubescape/host-scanner:v1.0.51 + image: quay.io/kubescape/host-scanner:v1.0.54 securityContext: allowPrivilegeEscalation: true privileged: true