Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/odoo] bump major version #18695

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Commits on Nov 11, 2019

  1. [stable/odoo] bump major version

    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 helm#17352 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>
    Sameer Naik committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    55aefd7 View commit details
    Browse the repository at this point in the history