Skip to content

Commit 14c48fc

Browse files
author
Michael Chmielewski
committed
Remove mounts that are no long needed with the release of agent 2.4.0
1 parent 922e285 commit 14c48fc

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: threatstack-agent
3-
version: 2.1.3
4-
appVersion: 2.3.4
3+
version: 2.2.0
4+
appVersion: 2.4.0
55
description: A Helm chart for the Threat Stack Cloud Security Agent
66
keywords:
77
- security

templates/daemonset.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)