openstack-helm-infra/releasenotes/notes/kibana.yaml
Chi Lo fa2c1e0b55 Revert "Remove Kibana indices before pod start up"
This reverts commit 122dcef629.
https://review.opendev.org/c/openstack/openstack-helm-infra/+/805246

The changes from the above patchset is a result of upgrading
Elasticsearch and Kibana images to v7.14.  This image has been
reverted back to v7.9.2.  As such, these changes are no longer
correct.

Change-Id: I44e9993002cbf1d2c4f5cb23d340b01bad521427
2021-10-21 15:42:02 -07:00

14 lines
474 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
...