9133218e83
exporter-jpb-create-user 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. helm3_hook value is used for the condition which will enable the disable of the hook. Change-Id: I2039abb5bad07a19fd09fc5e245485c3c772beca
25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
---
|
|
mariadb:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 mariadb security best practice fixes
|
|
- 0.1.3 Fix MariaDB backup script
|
|
- 0.1.4 Unpin images built with osh-images
|
|
- 0.1.5 Update to container image repo k8s.gcr.io
|
|
- 0.1.6 Change Issuer to ClusterIssuer
|
|
- 0.1.7 Revert - Change Issuer to ClusterIssuer
|
|
- 0.1.8 Change Issuer to ClusterIssuer with logic in place to support cert-manager versioning
|
|
- 0.1.9 Uplift Mariadb-ingress to 0.42.0
|
|
- 0.1.10 Rename mariadb backup identities
|
|
- 0.1.11 Disable mariadb mysql history client logging
|
|
- 0.1.12 Set strict permission on mariadb data dir
|
|
- 0.1.13 Fix race condition for grastate.dat
|
|
- 0.1.14 Update mysqld-exporter image to v0.12.1
|
|
- 0.2.0 Uplift mariadb version and ubuntu release
|
|
- 0.2.1 Prevent potential splitbrain issue if cluster is in reboot state
|
|
- 0.2.2 remove deprecated svc annotation tolerate-unready-endpoints
|
|
- 0.2.3 Remove panko residue
|
|
- 0.2.4 Use full image ref for docker official images
|
|
- 0.2.5 Added helm hook for post-install and post-upgrade in prometheus exporter job.
|
|
...
|