openstack-helm-infra/metacontroller/templates
Phil Sphicas 1f5e3ad8c7 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
2020-10-05 03:44:17 +00:00
..
crds.yaml Fix disappearing metacontroller CRDs on upgrade 2020-10-05 03:44:17 +00:00
job-image-repo-sync.yaml Add Helm Charts for MetaController and DaemonJobController. 2020-03-10 01:04:42 +05:30
service.yaml Add Helm Charts for MetaController and DaemonJobController. 2020-03-10 01:04:42 +05:30
statefulset.yaml Add more fields to daemonjob crd spec. 2020-03-20 04:03:13 +00:00