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 }}