Unverified Commit c41037d9 authored by Brice Rising's avatar Brice Rising Committed by Matt Farina
Browse files

Fix rename for helm dep upgrade

helm dependency upgrade wasn't working on certain file system because it assumes that os.rename is available. Since rename isn't available for subfolders in docker containers, I ripped a fallback rename strategy from dep (https://github.com/golang/dep/blob/5b1fe9e6d89372487d0aac78d9c5362a517857e7/internal/fs/fs.go#L103-L118

) that works in docker.

Signed-off-by: default avatarBrice Rising <brice.rising@slalom.com>
(cherry picked from commit 94d87ef9)
No related merge requests found
Showing with 1906 additions and 3 deletions
+1906 -3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment