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

helm gcs fails to install on an armhf or arm64 system #106

Closed
andycockers opened this issue Oct 26, 2021 · 2 comments · Fixed by #107
Closed

helm gcs fails to install on an armhf or arm64 system #106

andycockers opened this issue Oct 26, 2021 · 2 comments · Fixed by #107

Comments

@andycockers
Copy link

I see this with a raspberry PI 3/4.

`Installing helm-gcs 0.3.18 ...
tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
helm-gcs 0.3.18 is correctly installed.

Init a new repository:
helm gcs init gs://bucket/path

Add your repository to Helm:
helm repo add repo-name gs://bucket/path

Push a chart to your repository:
helm gcs push chart.tar.gz repo-name

Update Helm cache:
helm repo update

Get your chart:
helm fetch repo-name/chart

Installed plugin: gcs`

The plugin isn't installed, and when I try to invoke I get:

Error: fork/exec /home/user/.local/share/helm/plugins/helm-gcs.git/bin/helm-gcs: no such file or directory
I can workaround it by downloading the release manually and copying the binary to the above folder.

@hayorov
Copy link
Owner

hayorov commented Oct 27, 2021

@andycockers many thinks, fixed shortly.

let me know if that works

@andycockers
Copy link
Author

Confirmed as fixed, thank you.

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

Successfully merging a pull request may close this issue.

2 participants