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

cm-push strips executable flag of files #120

Open
sunnysuomi opened this issue Oct 19, 2021 · 0 comments
Open

cm-push strips executable flag of files #120

sunnysuomi opened this issue Oct 19, 2021 · 0 comments

Comments

@sunnysuomi
Copy link

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*

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

No branches or pull requests

1 participant