Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitnami/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.4.13
version: 0.4.14
appVersion: 1.9.2
description: Fluentd is an open source data collector for unified logging layer
keywords:
Expand Down
4 changes: 2 additions & 2 deletions bitnami/fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following tables lists the configurable parameters of the kibana chart and t
| `forwarder.configFile` | Name of the config file that will be used by Fluentd at launch under the `/opt/bitnami/fluentd/conf` directory | `fluentd.conf` |
| `forwarder.configMap` | Name of the config map that contains the Fluentd configuration files | `nil` |
| `forwarder.extraArgs` | Extra arguments for the Fluentd command line | `nil` |
| `forwarder.extraEnv` | Extra environment variables to pass to the container | `{}` |
| `forwarder.extraEnv` | Extra environment variables to pass to the container | `[]` |
| `forwarder.containerPorts` | Ports the forwarder containers will listen on | `Check values.yaml` |
| `forwarder.service.type` | Kubernetes service type (`ClusterIP`, `NodePort`, or `LoadBalancer`) for the forwarders | `ClusterIP` |
| `forwarder.service.ports` | Array containing the forwarder service ports | `Check values.yaml file` |
Expand Down Expand Up @@ -102,7 +102,7 @@ The following tables lists the configurable parameters of the kibana chart and t
| `aggregator.configMap` | Name of the config map that contains the Fluentd configuration files | `nil` |
| `aggregator.port` | Kubernetes Service port - Fluentd transport port for the aggregators | `24224` |
| `aggregator.extraArgs` | Extra arguments for the Fluentd command line | `nil` |
| `aggregator.extraEnv` | Extra environment variables to pass to the container | `{}` |
| `aggregator.extraEnv` | Extra environment variables to pass to the container | `[]` |
| `aggregator.containerPorts` | Ports the aggregator containers will listen on | `Check values.yaml` |
| `aggregator.service.type` | Kubernetes service type (`ClusterIP`, `NodePort`, or `LoadBalancer`) for the aggregators | `ClusterIP` |
| `aggregator.service.ports` | Array containing the aggregator service ports | `Check values.yaml file` |
Expand Down
6 changes: 3 additions & 3 deletions bitnami/fluentd/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ forwarder:
## - name: MY_ENV_VAR
## value: my_value
##
extraEnv: {}
extraEnv: []

## Forwarder containers' ports
##
Expand Down Expand Up @@ -245,9 +245,9 @@ aggregator:
## Extra environment variables to pass to the container
## extraEnv:
## - name: MY_ENV_VAR
## - value: my_value
## value: my_value
##
extraEnv: {}
extraEnv: []

## Aggregator containers' ports
##
Expand Down
6 changes: 3 additions & 3 deletions bitnami/fluentd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ forwarder:
## - name: MY_ENV_VAR
## value: my_value
##
extraEnv: {}
extraEnv: []

## Forwarder containers' ports
##
Expand Down Expand Up @@ -245,9 +245,9 @@ aggregator:
## Extra environment variables to pass to the container
## extraEnv:
## - name: MY_ENV_VAR
## - value: my_value
## value: my_value
##
extraEnv: {}
extraEnv: []

## Aggregator containers' ports
##
Expand Down