Hi, All, Recently I faced a security problem with both public image registry and private registry. 😞
In general, a helm chart has many images.
Most of the time, by default, the image should be served at the address of the public image registry.
However, there are cases in which a company needs to use only a private image registry for security purposes.
In this case, changing the image uri of the helm chart every time and syncing the private registry and the public registry would be a complicated task. 😞
Do you know of any cases where this has been experienced or resolved?