Hi, I trying to change de registry of all contain...
# support
p
Hi, I trying to change de registry of all containers using helm with the parameter:
--set global.image.registry="<http://myregistry.com|myregistry.com>"
Copy code
helm upgrade signoz-apm signoz/signoz -n platform --set global.image.registry="<http://myregistry.com|myregistry.com>"
Buts dont working. Is possible to change the image registry of entire chart?