
Job wait cluster was failing due to the field immutability which was resulting in the manual delete of the job for every helm upgrade to be successful. Reason being job being upgraded before the other manifest that are required been updated. It can be avoided by using helm-hook post-install and post-upgrade which will force the job manifest to be applied only after all other manifest are applied. Hook annotation is provided "5" so that the if other jobs are annotated, exporter job will be last to created in case hooks are added to the other jobs in chart. Also helm3_hook value is used for condition. Change-Id: Ib83f1d4bef6300c2b76aa54f08927b74346184c7
16 lines
607 B
YAML
16 lines
607 B
YAML
---
|
|
rabbitmq:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 changes rmq-exporter secret src
|
|
- 0.1.4 Add configurable RABBIT_TIMEOUT parameter
|
|
- 0.1.5 Update Rabbitmq exporter version
|
|
- 0.1.6 Disallow privilege escalation in rabbitmq server container
|
|
- 0.1.7 Adding TLS logic to rabbitmq
|
|
- 0.1.8 Make helm test work with TLS
|
|
- 0.1.9 Use full image ref for docker official images
|
|
- 0.1.10 Set separate for HTTPS
|
|
- 0.1.11 Add TLS support for helm test
|
|
- 0.1.12 Added helm hook post-install and post-upgrade for rabbitmq wait cluster job
|
|
...
|