You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest(at least) cm-push version (0.10.1) strips executable file permission. I have tried to push to both Gitlab and Harbor's Helm registry and same result with both. When chart is pushed with registry's own API, it keeps the executable mode.
Latest(at least) cm-push version (0.10.1) strips executable file permission. I have tried to push to both Gitlab and Harbor's Helm registry and same result with both. When chart is pushed with registry's own API, it keeps the executable mode.
ll ./temp_chart/executable.sh
-rw-r--r-- 1 removed removed 28 Oct 18 14:19 ./temp_chart/executable.sh
ll ./chart/executable.sh
-rwxrwx--- 1 removed removed 28 Oct 18 13:48 ./chart/executable.sh*
The text was updated successfully, but these errors were encountered: