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
fixes fetching relative chart urls from index (helm#388)
* fixes fetching relative chart urls from index
Helm supports repository indexes that use relative URLs to chart
packages (formed by omitting the --url flag in `helm repo index`). This
patch enables Monocular to do the same.
* clarification for possible invalid relative URL
* use raw repo URL string to form url.URL var
When passing the url.URL pointer, we're continuously appending to the
same path. By re-creating the url.URL var each time we ensure we only
append to the base repo URL.
ui: make app version most prominent (helm#322)
* ui: make app version most prominent
* use appVersion in title bar
* update appVersion based on currentVersion in details