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

Add lockFile support #4

Closed
wants to merge 1 commit into from
Closed

Conversation

scjudd
Copy link
Contributor

@scjudd scjudd commented Jul 14, 2020

This should address issue #1.

If a ChartRenderer spec contains a lockFile key pointing to a requirements.lock file (the source filename doesn't matter), it will be copied to the unpacked chart as requirements.lock.

LoadChart now delegates most of its work to Helm's download manager's Build() method, which includes logic to check requirements.lock validity.

Let me know if there's anything else I can do to help get this landed!

@scjudd
Copy link
Contributor Author

scjudd commented Jul 14, 2020

It looks like this only works when the chart is already unpacked. I'm working on a fix.

@scjudd
Copy link
Contributor Author

scjudd commented Jul 15, 2020

It seems like this PR isn't getting updated when I push changes to my branch. I'm going to close it and create another.

@scjudd scjudd closed this Jul 15, 2020
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.

1 participant