-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adding Basic Auth to access Helm repo #77
Conversation
This will also be a breaking change for people due to the URL format changing. Would it make sense for us to strip off index.yaml if the user specifies it to be backward compatible? |
Done, added a trimSuffix to remove the /index.yaml part. Looking forward for your feedback. |
369b253
to
714095f
Compare
Can you resolve the conflict |
@sstarcher done :) |
fixes: #41
This PR introduce the basic auth of private helm registries via the helm sdk. Now, you dont need to transform the index.yaml anymore. The helm sdk takes care to return the latest version.