mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fixed json logging (#7307)
This commit is contained in:
committed by
k8s-ci-robot
parent
d09fd18bc8
commit
3e5f9438e3
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user