fixed json logging (#7307)

This commit is contained in:
André Bauer
2018-08-27 21:11:06 -07:00
committed by k8s-ci-robot
parent d09fd18bc8
commit 3e5f9438e3
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: fluentd-elasticsearch
version: 1.0.0
appVersion: 2.2.0
version: 1.0.1
appVersion: 2.3.1
home: https://www.fluentd.org/
description: A Fluentd Helm chart for Kubernetes with Elasticsearch output
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
+2 -2
View File
@@ -54,8 +54,8 @@ The following table lists the configurable parameters of the Fluentd elasticsear
| `extraVolumeMounts` | Mount an extra volume, required to mount ssl certificates when elasticsearch has tls enabled | |
| `extraVolume` | Extra volume | |
| `image.repository` | Image | `gcr.io/google-containers/fluentd-elasticsearch` |
| `image.tag` | Image tag | `v2.2.0 |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | Image tag | `v2.3.1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `rbac.create` | RBAC | `true` |
| `resources.limits.cpu` | CPU limit | `100m` |
| `resources.limits.memory` | Memory limit | `500Mi` |
+1 -1
View File
@@ -3,7 +3,7 @@ image:
## Specify an imagePullPolicy (Required)
## It's recommended to change this to 'Always' if the image tag is 'latest'
## ref: http://kubernetes.io/docs/user-guide/images/#updating-images
tag: v2.2.0
tag: v2.3.1
pullPolicy: IfNotPresent
## Configure resource requests and limits