Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.
In https://github.com/helm/charts/pull/17311 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage.
This major version signifies this change.
Signed-off-by: Sameer Naik <sameersbn@vmware.com>
* Bump chart version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/testlink] Use immutable tags
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/testlink] Add global 'imagePullSecrets' to overwrite any other existing one
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Fix typo and add var to the README
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Fix typo in helpers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/testlink] Document the correct format for pullSecrets in README
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Update Chart.yaml
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/testlink] Add service.type to values.yaml
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Fix LoadBalancerIP
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/testlink] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/testlink] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/testlink] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump app version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/testlink] Refactor image properties in values.yaml
* Use rolling tag and refactor pullSecrets
* Fix lint issue
* Bump chart version
* Update Chart.yaml
* [stable/ghost] Fix some typos
* [stable/testlink] Fix some typos
* Revert "[stable/ghost] Fix some typos"
This reverts commit fe3bc14a3e.
* Update README.md
Another typo (replace tables by table)
* Convert chart testlink to use the recommended pvc patterns
* remove annotations and fix trunc in pvc
* document alpha storage class fallback
* remove annotations and fix trunc in apache pvc
* increase truncation to 63 and trim trailing dashes
* update mariadb dep and NOTES.txt