openstack-helm-infra/releasenotes/notes/postgresql.yaml
Gage Hugo bc5bad42b4 Fix invalid fields in values for postgresql
The postgresql chart currently fails to run when deployed with
helm v3 due to invalid fields defined in values.yaml that are
more strictly enforced. This change removes these invalid values
to allow deploying the postgresql chart with helm v3.

Change-Id: Iabd3cfa77da618026ceb2dfdffd5d2a0b1519d93
2022-03-22 17:00:53 -05:00

19 lines
620 B
YAML

---
postgresql:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 adding archiving to postgres
- 0.1.3 Use explicit entrypoint for prometheus exporter
- 0.1.4 Allow probe tweaking
- 0.1.5 Optimize restart behavior
- 0.1.6 Revert "Add default reject rule ..."
- 0.1.7 postgres archive cleanup script
- 0.1.8 Add tls to Postgresql
- 0.1.9 Use full image ref for docker official images
- 0.1.10 Helm 3 - Fix Job labels
- 0.1.11 Update htk requirements
- 0.1.12 Enhance postgresql backup
- 0.1.13 Remove set -x
- 0.1.14 Fix invalid fields in values
...