openstack-helm-infra/releasenotes/notes/kibana.yaml
Alexey Terekhin 2dcd38e4b0 Update kibana index pattern creation
This change updates the kibana indices creation to repeatedly make
call attempts until we get a 200 response back.

Change-Id: Id0f012bda83913fc66c4ce105de97496043e487c
2022-08-04 15:36:13 +00:00

17 lines
611 B
YAML

---
kibana:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Drop usage of fsGroup inside container
- 0.1.3 Enable TLS with Elasticsearch
- 0.1.4 Enable TLS for Kibana ingress path
- 0.1.5 Use full image ref for docker official images
- 0.1.6 Remove Kibana indices before pod start up
- 0.1.7 Helm 3 - Fix Job labels
- 0.1.8 Update htk requirements
- 0.1.9 Revert removing Kibana indices before pod start up
- 0.1.10 Update image defaults
- 0.1.11 Added OCI registry authentication
- 0.1.12 Added feedback http_code 200 for kibana indexes
...