openstack-helm-infra/releasenotes/notes/fluentd.yaml
Gage Hugo 78c3c80c25 Update image default value for fluentd chart
This change updates the default image value where openstack is
used to Wallaby from newton in the fluentd chart.

Change-Id: I794062bee9e5d316e1c754544c0970da93e46dbf
2022-04-28 17:23:10 +00:00

12 lines
444 B
YAML

---
fluentd:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Add Configurable Readiness and Liveness Probes
- 0.1.3 Enable TLS path for output to Elasticsearch
- 0.1.4 Use full image ref for docker official images
- 0.1.5 Kafka brokers defined as a list with port "kafka1:9092,kafka2:9020,kafka3:9092"
- 0.1.6 Update htk requirements
- 0.1.7 Update default image values to Wallaby
...