File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed
Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : threatstack-agent
3- version : 2.1.3
4- appVersion : 2.3.4
3+ version : 2.2.0
4+ appVersion : 2.4.0
55description : A Helm chart for the Threat Stack Cloud Security Agent
66keywords :
77- security
Original file line number Diff line number Diff line change @@ -117,10 +117,6 @@ spec:
117117 volumeMounts :
118118 - name : hostfs
119119 mountPath : /threatstackfs
120- - name : dockersocket
121- mountPath : /var/run/docker.sock
122- - name : containerdsocket
123- mountPath : /run/containerd/containerd.sock
124120 - name : oldcontainerdsocket
125121 mountPath : /var/run/docker/containerd/docker-containerd.sock
126122{{- if .Values.daemonset.customAuditRules }}
@@ -142,12 +138,6 @@ spec:
142138 - hostPath :
143139 path : /
144140 name : hostfs
145- - hostPath :
146- path : {{ .Values.daemonset.volumes.dockersocket.hostPath }}
147- name : dockersocket
148- - hostPath :
149- path : {{ .Values.daemonset.volumes.containerdsocket.hostPath }}
150- name : containerdsocket
151141 - hostPath :
152142 path : {{ .Values.daemonset.volumes.oldcontainerdsocket.hostPath }}
153143 name : oldcontainerdsocket
Original file line number Diff line number Diff line change @@ -193,10 +193,6 @@ daemonset:
193193
194194 # Configure hostPaths for docker and containerd sockets
195195 volumes :
196- dockersocket :
197- hostPath : " /var/run/docker.sock"
198- containerdsocket :
199- hostPath : " /run/containerd/containerd.sock"
200196 oldcontainerdsocket :
201197 hostPath : " /var/run/docker/containerd/docker-containerd.sock"
202198
You can’t perform that action at this time.
0 commit comments