Skip to content
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

Helm Release: fix username fetch option #1824

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

lblackstone
Copy link
Member

Proposed changes

The username was incorrectly being set to the password value,
which caused authentication to fail for private Helm repos.

Related issues (optional)

Fix #1757

The username was incorrectly being set to the password value,
which caused authentication to fail for private Helm repos.
@github-actions
Copy link

github-actions bot commented Dec 8, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@lblackstone lblackstone merged commit 4cca1bf into master Dec 8, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/helm-release-bugfix branch December 8, 2021 21:22
@@ -985,7 +985,7 @@ func computeResourceNames(r *Release) (map[string][]string, error) {
Keyring: r.Keyring,
Password: r.RepositoryOpts.Password,
Repo: r.RepositoryOpts.Repo,
Username: r.RepositoryOpts.Password,
Username: r.RepositoryOpts.Username,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦🏾‍♂️ Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Helm Release] Not working with private helm repos
3 participants