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
For a given helm kubectl bosh deployment, declaring multiple helm repositories, each repo gives a helm repo update, resulting in very slow errand execution.
More over, when using helm kubectl repo mirroring, all the declared repos target the same virtual repo (micro-depls hosted jcr), so this updates are useless.
Changing the helm repo implementation witn n helm repo add command, and a single helm repo update would give a huge perf boost to the errands
The text was updated successfully, but these errors were encountered:
For a given helm kubectl bosh deployment, declaring multiple helm repositories, each repo gives a helm repo update, resulting in very slow errand execution.
More over, when using helm kubectl repo mirroring, all the declared repos target the same virtual repo (micro-depls hosted jcr), so this updates are useless.
Changing the helm repo implementation witn n helm repo add command, and a single helm repo update would give a huge perf boost to the errands
The text was updated successfully, but these errors were encountered: