diff --git a/bitnami/fluentd/Chart.yaml b/bitnami/fluentd/Chart.yaml index 76e7ddb2c2..2b7b23be73 100644 --- a/bitnami/fluentd/Chart.yaml +++ b/bitnami/fluentd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fluentd -version: 0.4.15 +version: 0.4.16 appVersion: 1.9.2 description: Fluentd is an open source data collector for unified logging layer keywords: diff --git a/bitnami/fluentd/templates/forwarder-daemonset.yaml b/bitnami/fluentd/templates/forwarder-daemonset.yaml index f5564b60ad..4afed604f9 100644 --- a/bitnami/fluentd/templates/forwarder-daemonset.yaml +++ b/bitnami/fluentd/templates/forwarder-daemonset.yaml @@ -95,6 +95,7 @@ spec: mountPath: /var/log - name: varlibdockercontainers mountPath: /var/lib/docker/containers + readOnly: true volumes: {{- if .Values.tls.enabled }} - name: certs