diff --git a/fluentd/Chart.yaml b/fluentd/Chart.yaml index c37facb68..7bebd25f2 100644 --- a/fluentd/Chart.yaml +++ b/fluentd/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.10.1 description: OpenStack-Helm Fluentd name: fluentd -version: 0.1.8 +version: 0.1.9 home: https://www.fluentd.org/ sources: - https://github.com/fluent/fluentd diff --git a/fluentd/templates/bin/_fluentd.sh.tpl b/fluentd/templates/bin/_fluentd.sh.tpl index a8caa7aa6..56e848e04 100644 --- a/fluentd/templates/bin/_fluentd.sh.tpl +++ b/fluentd/templates/bin/_fluentd.sh.tpl @@ -18,6 +18,7 @@ set -ex COMMAND="${@:-start}" function start () { + chmod 1777 /tmp exec fluentd -c /fluentd/etc/main.conf } diff --git a/releasenotes/notes/fluentd.yaml b/releasenotes/notes/fluentd.yaml index b0c5e088d..4aacc4e5c 100644 --- a/releasenotes/notes/fluentd.yaml +++ b/releasenotes/notes/fluentd.yaml @@ -9,4 +9,5 @@ fluentd: - 0.1.6 Update htk requirements - 0.1.7 Update default image values to Wallaby - 0.1.8 Added OCI registry authentication + - 0.1.9 Set sticky bit for tmp ...