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
Automatic discovery of default branch: Previously, if the ref option was not specified, helm-git defaulted to the master branch. Now, if ref is not provided, it will be automatically discovered from the remote Git repository before cloning. It’s recommended to pin ref to a specific Git hash or tag. This change does not impact users who have already set the ref option.