diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 90966c6c3..8653d3f75 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 0.6.4 +version: 0.6.5 appVersion: "1.0.0" diff --git a/charts/shield/templates/host/daemonset.yaml b/charts/shield/templates/host/daemonset.yaml index 6d9f6f08b..86d112fc9 100644 --- a/charts/shield/templates/host/daemonset.yaml +++ b/charts/shield/templates/host/daemonset.yaml @@ -98,8 +98,6 @@ spec: - mountPath: /host/etc/os-release name: osrel readOnly: true - - mountPath: /root/.sysdig - name: bpf-probes {{- end }} {{- end }} containers: @@ -123,7 +121,7 @@ spec: - name: SYSDIG_BPF_PROBE value: {{- end }} - {{- if and (include "host.driver.is_universal_ebpf" .) (not (include "common.cluster_type.is_gke_autopilot" .)) }} + {{- if (include "host.driver.is_universal_ebpf" .) }} - name: SYSDIG_AGENT_DRIVER value: universal_ebpf {{- else if and (include "host.driver.is_legacy_ebpf" .) (not (include "common.cluster_type.is_gke_autopilot" .)) }} @@ -210,8 +208,6 @@ spec: readOnly: true - mountPath: /host/var/run/containerd/containerd.sock name: containerdsock-vol - - mountPath: /root/.sysdig - name: bpf-probes {{- end }} {{- if (include "host.need_host_root" .) }} @@ -309,8 +305,6 @@ spec: - name: osrel hostPath: path: /etc/os-release - - name: bpf-probes - emptyDir: {} - name: containerdsock-vol hostPath: path: /var/run/containerd/containerd.sock