You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
Following this question: https://community.atlassian.com/t5/Bitbucket-questions/Helm-repository/qaq-p/1022537 (I can't answer on this page)
Solutions provided above aren't working, does someone have a trick to use a private bitbucket (cloud) repo as helm repo?
Best regards,
Hello @Sébastien Boulet ,
Welcome to Atlassian Community!
The users in the thread you linked seem to have resolved the issue by using the following syntax in the helm command :
helm repo add {REPONAME} https://api.bitbucket.org/2.0/repositories/<workspace>/<repo-slug>/src/master/ --username {BB_USERNAME} --password {APP-PASSWORD}
Where the credentials users for authentication are the following :
BB_USERNAME : your Bitbucket username (not the e-mail address). You can find the username under your account's personal settings.
APP-PASSWORD : you'll need to provide an App Password (not the account password you use to login into the UI) with the required permissions. Instructions on how to create an app password are outlined in this documentation.
You can try using the syntax and let us know how it goes. In case you are still facing issues, we kindly ask you to share the full output of the log you are receiving with the error. Please make sure to sanitize any sensitive information from the logs before sharing it with us here.
Thank you, @Sébastien Boulet !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.