aslafy-z / helm-git

Helm Plugin - Install Helm Charts strait from Git repositories
Apache License 2.0
287 stars 46 forks source link

fix: resolve symlink during copy for helm package #278

Closed hensur closed 2 months ago

hensur commented 2 months ago

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 commented 2 months ago

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

hensur commented 2 months ago

Hi, I've added a test now :)

aslafy-z commented 2 months ago

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