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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helm dependency management #680

Merged
merged 3 commits into from
May 9, 2022
Merged

Conversation

olblak
Copy link
Member

@olblak olblak commented May 5, 2022

Add helm dependency management

  • Run git commit -A when commiting files, otherwise it doesn't include delete files
  • Add helm dependency management

If updatecli modifies chart dependencies, then we need a way to regenerate the Chart.lock and download any artifact in the charts directory

Test

To test this pull request, you can run the following commands:

make test-e2e

Additional Information

Tradeoff

I had to change the git commit behavior to run git commit -A so I can also remove files deleted by the dependency update
Considering the Updatecli works from a clean work-tree, I am not expecting side effects but 馃し馃従

Potential improvement

I did some quickly exploration for #463 but I couldn't identify a way that wouldn't imply scm changes

olblak added 2 commits May 5, 2022 20:49
Signed-off-by: Olblak <me@olblak.com>
Minor code refactoring

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added enhancement New feature or request resource-helmchart Resource of kind Helm Chart labels May 5, 2022
@olblak olblak merged commit 01697ea into updatecli:main May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request resource-helmchart Resource of kind Helm Chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant