You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enterprises often require private image registries that proxy public ones.
Configuring a different, authenticated registry should be as simple as configuring a custom repository for any common package manager.
We shouldn't have to track down & replace the entire name of every image to add a constant prefix.
Enterprises often require private image registries that proxy public ones.
Configuring a different, authenticated registry should be as simple as configuring a custom repository for any common package manager.
We shouldn't have to track down & replace the entire name of every image to add a constant prefix.
Other helm charts commonly do this.
In the bitnami/wordpress chart notice global parameters
global.imageRegistry
global.imagePullSecrets
for global settings alongside higher precedence image-specific parameters
image.registry
image.pullSecrets
to override specific images.
Please do the same for all charts here to simplify deployments?
The text was updated successfully, but these errors were encountered: