mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
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/pulls/12642 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>
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
dependencies:
|
|
- name: mariadb
|
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
version: 7.0.1
|
|
digest: sha256:0a5be71f27bb4258b63df284f5006ab452666b4c3125a1c15b8753e71ec8c118
|
|
generated: "2019-11-13T22:19:01.807877447+05:30"
|