diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 818da99d38..daef07212b 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 1.10.1 +version: 1.10.2 appVersion: 6.6.0 description: DataDog Agent keywords: diff --git a/stable/datadog/templates/daemonset.yaml b/stable/datadog/templates/daemonset.yaml index 6e271c77a6..bad851b9bf 100644 --- a/stable/datadog/templates/daemonset.yaml +++ b/stable/datadog/templates/daemonset.yaml @@ -151,6 +151,8 @@ spec: - name: cgroups mountPath: /host/sys/fs/cgroup readOnly: true + - name: s6-run + mountPath: /var/run/s6 {{- if (or (.Values.datadog.confd) (.Values.datadog.autoconf)) }} - name: confd mountPath: /conf.d @@ -191,6 +193,8 @@ spec: - hostPath: path: /sys/fs/cgroup name: cgroups + - name: s6-run + emptyDir: {} {{- if (or (.Values.datadog.confd) (.Values.datadog.autoconf)) }} - name: confd configMap: