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
After the #84 merge, we introduced the helm.sh/helm/v3 library, which actually behaves the same as the helm binary. When adding a new repository, the helm repo add command actually takes effect, the index.yaml file for the helm repository is already downloaded locally, and the helm.sh/helm/v3 library function provides functions to parse index.yaml, so we can use the helm.sh/helm/v3 library function directly, without having to use go's http library to parse it again.
@zqq454224016 pls work with @Abirdcfly on this issue.
The text was updated successfully, but these errors were encountered: