This repository was archived by the owner on May 28, 2021. It is now read-only.

Description
Currently, we don't version the mysql-operator helm chart so the chart from master is used to install the operator independent of the version of the operator being installed. The change of API version to v1alpha1 means that the helm chart on master is incompatible with the latest release (and will be for all 0.1.x).
We should dispatch on the version in the CRD template and if it matches 0.1.x use the old CRD definitions with API version v1 and the MySQL prefixed Kinds.
Additionally v0.1.x requires read on ConfigMaps in the RBAC template.