From 6342aa9263e81f38f4345c1d9fcd2747c223948c Mon Sep 17 00:00:00 2001 From: Bo Huang Date: Tue, 12 Feb 2019 13:11:39 -0800 Subject: [PATCH] Update fluentd-kubernetes-sumologic to the latest (v2.3.0) (#11329) Signed-off-by: Bo Huang --- stable/sumologic-fluentd/Chart.yaml | 4 ++-- stable/sumologic-fluentd/README.md | 2 +- stable/sumologic-fluentd/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/sumologic-fluentd/Chart.yaml b/stable/sumologic-fluentd/Chart.yaml index ea60d680372e..3267c1c31bed 100755 --- a/stable/sumologic-fluentd/Chart.yaml +++ b/stable/sumologic-fluentd/Chart.yaml @@ -1,6 +1,6 @@ name: sumologic-fluentd -version: 0.11.0 -appVersion: 2.1.0 +version: 0.12.0 +appVersion: 2.3.0 description: Sumologic Log Collector keywords: - monitoring diff --git a/stable/sumologic-fluentd/README.md b/stable/sumologic-fluentd/README.md index 4ec5568a9748..0b5f819d83aa 100644 --- a/stable/sumologic-fluentd/README.md +++ b/stable/sumologic-fluentd/README.md @@ -98,7 +98,7 @@ The following table lists the configurable parameters of the sumologic-fluentd c | `sumologic.proxyUri` | Add the uri of the proxy environment if present. | `Nil` | `sumologic.enableStatWatcher` | Option to control the enabling of [stat_watcher](https://docs.fluentd.org/v1.0/articles/in_tail#enable_stat_watcher). | `true` | `image.name` | The image repository and name to pull from | `sumologic/fluentd-kubernetes-sumologic` | -| `image.tag` | The image tag to pull | `v2.1.0` | +| `image.tag` | The image tag to pull | `v2.3.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `persistence.enabled` | Boolean value, used to turn on or off fluentd position file persistence, on nodes (requires Kubernetes >= 1.8) | `false` | | `persistence.hostPath` | The path, on each node, to a directory for fluentd pos files. You must create the directory on each node first or set `persistence.createPath` (requires Kubernetes >= 1.8) | `/var/run/fluentd-pos` | diff --git a/stable/sumologic-fluentd/values.yaml b/stable/sumologic-fluentd/values.yaml index 28e583d933fb..f09a258c9b64 100644 --- a/stable/sumologic-fluentd/values.yaml +++ b/stable/sumologic-fluentd/values.yaml @@ -1,7 +1,7 @@ # Default values for sumologic-fluentd. image: name: sumologic/fluentd-kubernetes-sumologic - tag: v2.1.0 + tag: v2.3.0 pullPolicy: IfNotPresent ## Annotations to add to the DaemonSet's Pods