-
Notifications
You must be signed in to change notification settings - Fork 2
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
Multiple helm repos #3176
Multiple helm repos #3176
Conversation
…could be multiple repositories with same name in different namespaces
…amespace from changing position and change encodedProfiles data to send profile values for multiple repos
…ow function warning
…namespace } helmrepo refs
…te rendering to instead write out all the diff helmrepos - WIP
…te rendering to instead write out all the diff helmrepos - WIP2
…red profiles if sourceRef is not set up
…ops-enterprise into multiple-helm-repos
…ame and repoNamespace as we can have profiles with the same name in different repos
…ops-enterprise into multiple-helm-repos
🔥 !
Love seeing the namespace in the profiles table source column, 🙌 |
Added a constraint for this in the BE, throws an error now Some things I think we should address first:
|
On pausa for now. |
Closes #1177
What changed?
weaveworks-charts
, could be defined pointing to a single helm chart repository for profile installation. Now users will be able to configure multiple helm repositories to be used and available for profile installation. If no helm repos are set up, we default toweaveworks-charts
.sourceRef
.How did you validate the change?
Updated existing tests to reflect changes.
Documentation Changes
Docs update PR