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
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
I ran stackablectl as one user, and then later as another user, and found that it leaves (maybe only when overall the operation failed) files in /tmp, which then causes subsequent invocations of stackablectl to fail if the owner of these files/folders is different:
panic: open /tmp/.helmcache/stackable-stable-index.yaml: permission denied
panic: open /tmp/.helmrepo: permission denied
Might it be that stackablectl can instead use unique filenames for these temporary files?