This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Provide a global config to change registry and org of all images #1228
Open
Description
Is your feature request related to a problem? Please describe.
Currently, if one wants to perform an airgap install for example, one needs to patch the chart by substituting the repository and org of all images.
Alternatively, one could change
image.org
for the operator image
quarks-job.image.org
for the quarks job image
operator.boshDNSDockerImage
for the coredns image
But this is clunky and may get out of sync, as one needs to respect the tags.
Describe the solution you'd like
Provide a global config option to substitute all of them at the same time.
Describe alternatives you've considered
Additional context
This would be useful for testing and performing airgapped installs.