Shivanshu Raj Shrivastava
08/14/2023, 1:45 PM--set global.image.registry="<http://myregistry.com|myregistry.com>"
until unless you have a copy of all the images in the specified global registry (<http://myregistry.com|myregistry.com>
in this case)
Note: --set global.image.registry="<http://myregistry.com|myregistry.com>"
is for performing a pull operation not pushSrikanth Chekuri
08/14/2023, 1:55 PMHey Paul, Steve,
no, the current helm charts are pretty much hardcoded.What Steve said works. The “hardcoded” values are not hardcoded but default. The registry name can always be overrided by
--set global.imageRegistry=...
.Shivanshu Raj Shrivastava
08/14/2023, 2:00 PMI trying to change de registry of all containers using helm with the parameter:AFAIU, here the ask is if the registry can be changed for--set global.image.registry="<http://myregistry.com|myregistry.com>"
all containers
, but the answer is no, the rendered deployments are not referring to global.image.registry
in values.yamlSrikanth Chekuri
08/14/2023, 2:03 PMShivanshu Raj Shrivastava
08/14/2023, 2:07 PMSrikanth Chekuri
08/14/2023, 2:08 PMShivanshu Raj Shrivastava
08/14/2023, 2:11 PM_helpers.tpl
does not contain a global default for .Values.otelCollector.image
otelCollector.image
is the missing case, right?Srikanth Chekuri
08/14/2023, 2:16 PMShivanshu Raj Shrivastava
08/14/2023, 2:16 PMSrikanth Chekuri
08/14/2023, 2:22 PMSteve Sims
08/14/2023, 6:16 PMPrashant Shahi
09/25/2023, 6:32 AM--set global.imageRegistry="<http://myregistry.com|myregistry.com>"