
Chart upgrading was failing due to some immutable fields are needed to upgrade before the jobs can be upgraded. For solving this issue, we have added the helm.sh/hook annotations with post-install and post-upgrade values. As for hook-weight annotations, we have added these to control the flow of the jobs with hook creation as the jobs are dependent. Like, db-init jobs need to run before db-sync and so on. Also values helm3_hook is introduced in values.yaml from which hooks can be disabled if needed. Change-Id: Ibc99cb20482864f55daa12321e8d81414c1ef9f8
17 lines
598 B
YAML
17 lines
598 B
YAML
---
|
|
heat:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 Remove tls values override for clients_heat
|
|
- 0.1.3 Change Issuer to ClusterIssuer
|
|
- 0.1.4 Revert - Change Issuer to ClusterIssuer
|
|
- 0.1.5 Change Issuer to ClusterIssuer
|
|
- 0.2.0 Remove support for releases before T
|
|
- 0.2.1 Adding rabbitmq TLS logic
|
|
- 0.2.2 Use policies in yaml format
|
|
- 0.2.3 Mount rabbitmq TLS secret
|
|
- 0.2.4 Add Ussuri release support
|
|
- 0.2.5 Add Victoria and Wallaby releases support
|
|
- 0.2.6 Added post-install and post-upgrade helm-hook for jobs
|
|
...
|