We have a requirement to install z2jh on a k8s cluster which has no Internet access but does have an associated docker registry. For other packages we’re installing it’s a simple matter to set a single image registry value when executing the helm chart. Unfortunately, z2jh does not appear to have this capability.
Two questions:
-
Does anyone have a suggestion for simpler method to accomplish this short of some straightforward but extensive edits to the helm chart or a large values.yaml input? e.g. Find all the image definitions and modify or override them?
-
Has anyone else done this and have any suggestions, tips or experiences they’d care to share? I would be especially interested in any snags they encountered.