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

fix: resolve symlink during copy for helm package #278

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

hensur
Copy link
Contributor

@hensur hensur commented Jun 10, 2024

symlinks inside the chart folder would be copied to the new directory for package. If those symlinks are relative, they wouldn't resolve anymore in the new location.

Calling cp with -L should resolve the symlinks before copying.

symlinks inside the chart folder would be copied to the new directory
for package. If those symlinks are relative, they wouldn't resolve
  anymore in the new location.

Calling cp with `-L` should resolve the symlinks before copying.
@aslafy-z aslafy-z changed the title resolve symlink during copy for helm package fix: resolve symlink during copy for helm package Jun 10, 2024
@aslafy-z
Copy link
Owner

@hensur Thank you for the fix. Can you implement a quick test to verify the resolution? Thank you

@hensur
Copy link
Contributor Author

hensur commented Jun 14, 2024

Hi, I've added a test now :)

@aslafy-z aslafy-z merged commit 4f600d3 into aslafy-z:master Jun 17, 2024
6 checks passed
@aslafy-z
Copy link
Owner

aslafy-z commented Jun 17, 2024

Thank you @hensur! It's now available with https://github.com/aslafy-z/helm-git/releases/tag/v0.16.1

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.

2 participants