
Chart upgrading was failing due to some immutable fields in job are needed to upgrade. So, we thought using the post-install and post-upgrade helm hook for job to force the job resource to execute after all resources are created. And as some jobs are dependent on each other i.e. some jobs needs to run in order for helm hook to be successful. For that we used hook-weight to control resource creation order. Change-Id: I26881324d101a986b7367d4682e9adcd07a24b13
15 lines
595 B
YAML
15 lines
595 B
YAML
---
|
|
neutron:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 fixes tls issue
|
|
- 0.1.3 Update neutron to use Nginx apparmor profile
|
|
- 0.1.4 Pass ovs agent config to dhcp agent
|
|
- 0.1.5 Add missing flags to nginx container in neutron chart
|
|
- 0.1.6 Use HostToContainer mountPropagation
|
|
- 0.1.7 Change Issuer to ClusterIssuer
|
|
- 0.1.8 Revert Change Issuer to ClusterIssuer
|
|
- 0.1.9 Update ovs agent to support host/label overrides
|
|
- 0.1.10 Change Issuer to ClusterIssuer
|
|
- 0.1.11 Added the helm.sh/hook, helm.sh/hook-weight annotations
|