openstack-helm-infra/releasenotes/notes/metacontroller.yaml
Gage Hugo f01f35a524 Fix field validation error
The metacontroller chart currently has the field
terminationGracePeriodSeconds in an invalid spot in the template
which causes a chart building error when using helm v3. This
change moves the field to the correct position in the template.

Change-Id: Ief454115f67af35f8dfb570d8315de82d97b536d
2022-02-21 09:58:14 -06:00

10 lines
296 B
YAML

---
metacontroller:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Fix disappearing metacontroller CRDs on upgrade
- 0.1.3 Use full image ref for docker official images
- 0.1.4 Update htk requirements
- 0.1.5 Fix field validation error
...