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

This branch adds support for nested helm dependencies #71

Closed
wants to merge 1 commit into from

Conversation

shortwavedave
Copy link

The previous implementation had a recursive function but it terminated after one level
This branch adds support for nested repository urls - the previous implementation only supported a single level

Resolves: #67

The previous implementation had a recursive function but it terminated after one level
This branch adds support for nested repository urls - the previous implementation only supported a single level

Resolves: vmware-labs#67
Copy link
Contributor

@mpermar mpermar left a comment

Choose a reason for hiding this comment

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

Looks good. Very nice catch.

@mpermar
Copy link
Contributor

mpermar commented Jul 5, 2024

Actually @shortwavedave I've been testing the relocation with your branch and it indeeds solves the problems with nested Helm charts, but it seems it causes some regressions. This PR was going to need a rebase anyways. Are you interested in driving this one forward?

@shortwavedave
Copy link
Author

@mpermar thanks for reviewing - I thought I had run the tests in the repository. I can drive forward - could you share what regressions you see please?

@shortwavedave
Copy link
Author

oh I see the checks that have failed in this PR - ok I'll take a look

@vmwclabot
Copy link

@shortwavedave, VMware has approved your signed contributor license agreement.

@mpermar
Copy link
Contributor

mpermar commented Aug 24, 2024

@shortwavedave closing in favor of #83. Really appreciated the heads up and contribution.

@mpermar mpermar closed this Aug 24, 2024
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.

Update dependency repository when relocating
3 participants