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
I would expect to override the registry (e.g. ghcr.io) with a custom one, using the value global.image.registry.
Instead it will use all the default values on image.*.repository..
Expected Behavior
Override the registry at global level.
Actual Behavior
It uses the various default repositories.
Steps to Reproduce the Problem
helm install keda kedacore/keda --namespace keda --create-namespace --set general.image.registry=myregistry.io
I think the value you set is not correct: helm install keda kedacore/keda --namespace keda --create-namespace --set general.image.registry=myregistry.io
It should be global.image.registry instead of general
I would expect to override the registry (e.g. ghcr.io) with a custom one, using the value global.image.registry.
Instead it will use all the default values on image.*.repository..
Expected Behavior
Override the registry at global level.
Actual Behavior
It uses the various default repositories.
Steps to Reproduce the Problem
helm install keda kedacore/keda --namespace keda --create-namespace --set general.image.registry=myregistry.io
Possible Workaround
Simply set all the various repositories:
Specifications
The text was updated successfully, but these errors were encountered: