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
If there is a new controller chart which needs to be installed using the uffizzi install command it is not picked up until the local helm repository references are updated on the users system.
To Reproduce
Release a new version of uffizzi-controller, run uffizzi install and see uffizzi use an older version of the controller.
Expected behavior
helm repo update is run before the helm chart is being installed
The text was updated successfully, but these errors were encountered:
For this and other reasons, it would probably be helpful for our CLI to not use the user or system's helm repositories. In fact it should probably fetch everything fresh each time it runs.
Describe the bug
If there is a new controller chart which needs to be installed using the
uffizzi install
command it is not picked up until the local helm repository references are updated on the users system.To Reproduce
Release a new version of uffizzi-controller, run
uffizzi install
and see uffizzi use an older version of the controller.Expected behavior
helm repo update
is run before the helm chart is being installedThe text was updated successfully, but these errors were encountered: