commit e7cd43056c736b2a20ad08bc3b0fb4ff20da0748 Author: Phil Sphicas Date: Sun Oct 4 23:54:50 2020 +0000 Update git submodules * Update openstack-helm-infra from branch 'master' - Fix disappearing metacontroller CRDs on upgrade The existing metacontroller chart conditionally only renders the CRDs if the metacontroller does not exist. This creates an oscillatory effect every time the chart is upgraded - if CRDs are present, then they will be removed, and if they are absent, they will be installed. This change removes the metacontroller.k8s.io/v1alpha1 capabilities check, and relies on the values.yaml option 'manifests.crds' only to decide whether or not to render the CRDs. In an upgrade, tiller should do the right thing based on whether the CRDs need updating. Change-Id: I683c9e5695b7fcdddc8b6ef8622cddb96797111c diff --git a/openstack-helm-infra b/openstack-helm-infra index 9d5b9a9..1f5e3ad 160000 --- a/openstack-helm-infra +++ b/openstack-helm-infra @@ -1 +1 @@ -Subproject commit 9d5b9a9e42c4c1eeb3aae06574b0b8a2d173a886 +Subproject commit 1f5e3ad8c76ba158217631b85caf92e1e2b17de4