clusterctl: Allow set ImageRepository and ImageTag for certmanager #2555
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
Milestone
User Story
As an operator I would like to use my own image repository for the cert-manager
Detailed Description
The cert-manager manifest is embedded in clusterctl so it cannot be easily changed like e.g. provider manifests. So configuration flags are required to allow to set imageRepository/ImageTag (similar to ImageMeta for etcd/CoreDns in kubeadm)
Anything else you would like to add:
I prefer to use the config file vs flags because it makes the configuration persistent and it ensures consistency between init and upgrades.
The configuration can be something similar (only the image overrides part):
This can easily evolve into
Supporting overrides for all the components or into supporting more granular type of images mutation if the needs arise
/kind feature
/cc @vincepri
/cc @ncdc
The text was updated successfully, but these errors were encountered: