Commit Graph

74 Commits

Author SHA1 Message Date
Charlie
9f513960b4 [bitnami/fluentd] Allow annotations for daemonset/statefulset (#3973)
* [bitnami/fluentd] Add forwarder and aggregator annotations

* [bitnami/fluentd] Increment Chart version

* Update README

* [bitnami/fluentd] Update syntax
2020-10-14 16:07:33 +02:00
Bitnami Containers
debffe3ee1 [bitnami/fluentd] Release 2.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-13 21:56:48 +00:00
Antoine Valley
ab61f26f66 [bitnami/fluentd] Add sidecars and init containers (#3966)
* [fluentd] Add sidecars and init containers

* Update bitnami/fluentd/README.md

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/templates/forwarder-daemonset.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/templates/forwarder-daemonset.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/Chart.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Update bitnami/fluentd/values.yaml

Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>

* Review fix

* fix typo

* Fix indentation

Co-authored-by: VALLEY Antoine (T0173847) <antoine.valley@mythalesgroup.io>
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
2020-10-13 08:47:11 +02:00
Bitnami Containers
5edecd5d16 [bitnami/fluentd] Release 2.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-30 06:52:21 +00:00
Bitnami Containers
f43317f1b0 [bitnami/fluentd] Release 2.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-23 10:08:54 +00:00
Bitnami Containers
f0857e6a51 [bitnami/fluentd] Release 2.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-21 12:02:46 +00:00
Chad Wilson
8398ae65db [bitnami/fluentd] Introduce a bundled PodSecurityPolicy for the fluentd forwarder (#3664)
* [bitnami/fluentd] Define `runAsGroup` for the aggregator to avoid it using the root group by default

* [bitnami/fluentd] Allow optional creation of a PodSecurityPolicy suitable for the forwarder

The forwarder will not work with a typical restricted PodSecurityPolicy. This packaged PSP provides the bare minimum that is typically required for fluentd to scrape logs from the host.

* [bitnami/fluentd] Remove unnecessary newlines
2020-09-15 12:08:08 +02:00
Chad Wilson
82ab5c0969 [bitnami/fluentd] Introduce containerSecurityContext to improve security and compatibility with PodSecurityPolicy (#3615)
* [bitnami/fluentd] Bump image version to that with reduced Linux capabilities (from bitnami-docker-fluentd#14)

* [bitnami/fluentd] Define overridable `containerSecurityContext` for both `aggregator` and `forwarder`

Allows compatibility with more restrictive `PodSecurityPolicy` where containers must explicitly declare Linux capabilities they require

* [bitnami/fluentd] Add ability to mount `extraVolume`s into the `aggregator` to support mounting `emptyDir`s for running with `readOnlyRootFilesystem: true`

Allows compatibility with more restrictive `PodSecurityPolicy` where containers cannot have writable root file systems.

* [bitnami/fluentd] Bump Chart version
2020-09-08 11:05:36 +02:00
Chad Wilson
e7dca002c8 [bitnami/fluentd] Tidy minor consistency nitpicks in the chart (#3616) 2020-09-07 09:01:24 +02:00
Bitnami Containers
374e903fce [bitnami/fluentd] Release 2.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-04 05:40:28 +00:00
Chad Wilson
7096063c48 [bitnami/fluentd] Allow use of a custom ServiceAccount for fluentd aggregator, similar to that of the forwarder (#3292) (#3293) 2020-09-02 12:48:53 +02:00
Joshua Wright
c7f5c590d7 [bitnami/fluentd] Add fluentd priorityClassName (#3543)
* Added priorityClassName

* Added priorityClassName

* Correct Formatting
2020-08-31 10:17:26 +02:00
Mate Farkas
ddf2c9e2a7 [bitnami/fluentd] Add ServiceAccount annotations (#3390)
* [bitnami/fluentd] Add ServiceAccount annotations (#3389)

* Update to use `fluentd.tplValue`

Based on request from @dani8art
2020-08-12 16:54:04 +02:00
Bitnami Containers
f17b5759d5 [bitnami/fluentd] Release 1.2.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-05 05:32:23 +00:00
Bitnami Containers
a627b2228c [bitnami/fluentd] Release 1.2.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-18 00:28:31 +00:00
Bitnami Containers
4b075fe72e [bitnami/fluentd] Release 1.2.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-06 15:45:35 +00:00
Bitnami Containers
4caab0c4fa [bitnami/fluentd] Release 1.2.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-02 06:00:40 +00:00
Bitnami Containers
34269052a4 [bitnami/fluentd] Release 1.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-23 01:33:13 +00:00
irizzant
a86109a423 [bitnami/fluentd] Fluentd daemon group var is incorrect (#2838)
* Fix typo error

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* [bitnami/fluentd] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-15 13:44:51 +02:00
Rafael Ríos Saavedra
474e6774b7 Fix metrics fluentd (#2808)
* [bitnami/fluentd] Fix metrics port in servicemonitor

* [bitnami/fluentd] Fix metrics port in servicemonitor

* Bump chart version

* [bitnami/fluentd] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-11 17:35:24 +02:00
Bitnami Containers
d65c082773 [bitnami/fluentd] Release 1.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-11 07:50:29 +00:00
Bitnami Containers
c1e0bb8d02 [bitnami/fluentd] Release 1.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-05 18:02:58 +00:00
Carlos Rodríguez Hernández
bafba3fc8b [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) 2020-05-29 15:38:41 +02:00
irizzant
bf45a0929f [bitnami/fluentd] Add possibility to mount extra volumes (#2581)
* Add possibility to mount extra volumes in aggregators

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Bump chart version

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Update readme

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Fix typo error

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Update README.md

* [bitnami/fluentd] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-14 08:56:21 +02:00
Bitnami Containers
2939939a29 [bitnami/fluentd] Release 1.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-12 07:49:38 +00:00
irizzant
17353d57b0 [bitnami/fluentd] Add Istio compatibility (#2463)
* Add Istio compatibility

* Bump chart version

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Fix port name

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Fix missing ports in manifests

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Adjust chart version to a minor change

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Add version label to all manifests

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* [bitnami/fluentd] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-08 08:36:41 +02:00
Bitnami Containers
57cba1c1e3 [bitnami/fluentd] Release 1.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-04 12:33:03 +00:00
Bitnami Containers
9bd80bf8e0 [bitnami/fluentd] Release 1.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-01 20:08:27 +00:00
Bitnami Containers
92a2215c40 [bitnami/fluentd] Release 1.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-27 09:42:14 +00:00
Bitnami Containers
56b6265387 [bitnami/fluentd] Release 1.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-24 09:11:47 +00:00
Bitnami Containers
db1943f077 [bitnami/fluentd] Release 1.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-23 22:10:00 +00:00
Bitnami Containers
3806edc81e [bitnami/fluentd] Release 1.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-22 01:27:09 +00:00
Javier J. Salmerón-García
f5f5a1c03a [bitnami/fluentd] Make forwarder daemon user run as root. (#2323)
* [bitnami/fluentd] Make forwarder daemon user run as root.

* Update bitnami/fluentd/README.md

Co-Authored-By: irizzant <i.rizzante@gmail.com>

* Update bitnami/fluentd/README.md

Co-Authored-By: irizzant <i.rizzante@gmail.com>

* Update bitnami/fluentd/README.md

Co-Authored-By: irizzant <i.rizzante@gmail.com>

* [bitnami/fluentd] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: irizzant <i.rizzante@gmail.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-16 18:33:44 +02:00
Bitnami Containers
85bff039cc [bitnami/fluentd] Release 0.5.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-15 05:04:25 +00:00
Bitnami Containers
eb3b01775f [bitnami/fluentd] Release 0.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-03 00:16:14 +00:00
Bitnami Containers
55f6bd8e46 [bitnami/fluentd] Release 0.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-26 04:14:32 +00:00
Bitnami Containers
028f5f53b7 [bitnami/fluentd] Release 0.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-24 13:18:34 +00:00
Võ Anh Duy
5befc5ae9d [bitnami/fluentd] Add Persistent Volume to fluentd aggregator (#2115)
* Add Persistent Volume to fluentd aggregator

* Bump minor version because it's a new feature

* [bitnami/fluentd] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-03-23 10:16:33 +01:00
Bitnami Containers
664b72ad6c [bitnami/fluentd] Release 0.4.22 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-20 11:09:22 +00:00
Bitnami Containers
58547322bf [bitnami/fluentd] Release 0.4.21 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-13 13:47:11 +00:00
Bitnami Containers
0f5a591963 [bitnami/fluentd] Release 0.4.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-06 02:34:40 +00:00
Bitnami Containers
1a7acde996 [bitnami/fluentd] Release 0.4.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-26 11:22:01 +00:00
Austin Cawley-Edwards
256040d082 [bitnami/fluentd] fix 'extraEnv' value (#1930) 2020-02-17 08:19:32 +01:00
Bitnami Containers
3c919024b4 [bitnami/fluentd] Release 0.4.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-13 18:46:51 +00:00
Bitnami Containers
7d5f3ba1ac [bitnami/fluentd] Release 0.4.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-13 04:52:40 +00:00
Bitnami Containers
9b4ab0cd21 [bitnami/fluentd] Release 0.4.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-01 02:12:05 +00:00
Bitnami Containers
5e4bc99c34 [bitnami/fluentd] Release 0.4.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-24 03:46:37 +00:00
Bitnami Containers
81e456180a [bitnami/fluentd] Release 0.4.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-22 12:10:48 +00:00
Bitnami Containers
d9aed5f0d0 [bitnami/fluentd] Release 0.4.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-14 22:20:27 +00:00
David J. M. Karlsen
c5cd871f42 upgrade image
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2020-01-12 21:26:51 +01:00