We moved helm values of cluster-aws into global chart values because we want to split Common Clusters CR's and Provider CR's in different repos.
Therefore we need to move all shared values into global chart values for making them visible between multiple helm charts, e.g. cluster-aws <-> cluster.
BREAKING CHANGE
New contract for CAPA clusters, see https://github.com/giantswarm/cluster-aws/tree/master/helm/cluster-aws#values-schema-documentation
Issue: https://github.com/giantswarm/roadmap/issues/2954
What does this PR do?
We moved helm values of
cluster-aws
intoglobal chart values
because we want to split Common Clusters CR's and Provider CR's in different repos. Therefore we need to move all shared values intoglobal chart values
for making them visible between multiple helm charts, e.g. cluster-aws <-> cluster.More information on
global chart values
here.The userconfig changes from:
to
Should this change be mentioned in the release notes?