Skip to content

Commit

Permalink
Update fluentd-kubernetes-sumologic to the latest (v2.3.0) (helm#11329)
Browse files Browse the repository at this point in the history
Signed-off-by: Bo Huang <[email protected]>
  • Loading branch information
beyondbill authored and k8s-ci-robot committed Feb 12, 2019
1 parent ef15c32 commit 6342aa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/sumologic-fluentd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/sumologic-fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/sumologic-fluentd/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6342aa9

Please sign in to comment.