From dc2c6f8a215e297bf65501000243cb172e1a5563 Mon Sep 17 00:00:00 2001 From: YiscahLevySilas1 <80635572+YiscahLevySilas1@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:40:28 +0300 Subject: [PATCH] update hostsensor version --- core/pkg/hostsensorutils/hostsensor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pkg/hostsensorutils/hostsensor.yaml b/core/pkg/hostsensorutils/hostsensor.yaml index 81c258eb..cfa47f9b 100644 --- a/core/pkg/hostsensorutils/hostsensor.yaml +++ b/core/pkg/hostsensorutils/hostsensor.yaml @@ -36,7 +36,7 @@ spec: effect: NoSchedule containers: - name: host-sensor - image: quay.io/kubescape/host-scanner:v1.0.28 + image: quay.io/kubescape/host-scanner:v1.0.32 securityContext: privileged: true readOnlyRootFilesystem: true @@ -72,4 +72,4 @@ spec: name: host-filesystem hostNetwork: true hostPID: true - hostIPC: true \ No newline at end of file + hostIPC: true