From e7ae0ce099a6152816971764fef88e94e585d731 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 2 May 2024 23:45:14 +0300 Subject: [PATCH] :sparkles: Update the Helm chart --- charts/chart/Chart.yaml | 2 +- charts/chart/templates/09-worker-daemon-set.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/charts/chart/Chart.yaml b/charts/chart/Chart.yaml index 0c98636..337179c 100644 --- a/charts/chart/Chart.yaml +++ b/charts/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kubeshark -version: "52.2.39" +version: "52.3.0" description: The API Traffic Analyzer for Kubernetes home: https://kubeshark.co keywords: diff --git a/charts/chart/templates/09-worker-daemon-set.yaml b/charts/chart/templates/09-worker-daemon-set.yaml index a86d3a1..04e5a19 100644 --- a/charts/chart/templates/09-worker-daemon-set.yaml +++ b/charts/chart/templates/09-worker-daemon-set.yaml @@ -62,9 +62,6 @@ spec: {{- if .Values.tap.kernelModule.enabled }} - -kernel-module {{- end }} - {{- if ne .Values.tap.packetCapture "ebpf" }} - - -disable-ebpf - {{- end }} {{- if .Values.tap.debug }} - -debug - -dumptracer @@ -154,9 +151,6 @@ spec: - ./tracer - -procfs - /hostproc - {{- if ne .Values.tap.packetCapture "ebpf" }} - - -disable-ebpf - {{- end }} {{- if .Values.tap.debug }} - -debug {{- end }}