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

os: not found #488

Closed
pandvag opened this issue Jan 31, 2025 · 9 comments
Closed

os: not found #488

pandvag opened this issue Jan 31, 2025 · 9 comments

Comments

@pandvag
Copy link

pandvag commented Jan 31, 2025

Hi, we are getting the follwing error propaply after your last commit 4209d9d:

Downloading and installing helm-s3 v0.16.2 ...
./hack/install.sh: 37: os: not found
./hack/install.sh: 42: os: not found
OS '' not supported!
./hack/install.sh: 51: cannot create /dev/stderr: No such device or address
Error: plugin install hook for "s3" exited with error

Please have a look ... thx

@daniel-petrov-gig
Copy link

This killed our GitHub actions immediately. 👍

@bplessis-swi
Copy link

Having a "latest" floating tag could help alleviate this kind of issue but in the meantime we had to specify the version in the plugin path (:v0.16.2)

@salehparsa
Copy link

I have already raised a pull request and hope someone merge it.

#487

@miagao
Copy link

miagao commented Jan 31, 2025

I understand we can't use --version 0.16.2, but could we bypasss this by passsing a tag to helm plugin install ? something like:

helm plugin install https://github.com/hypnoglow/[email protected]

@bplessis-swi
Copy link

@miagao syntax should be helm plugin install https://github.com/hypnoglow/helm-s3:v0.16.2 like i said
but for us it's also breaking stuff:

Error: looks like "s3://xxx/" is not a valid chart repository or cannot be reached: fork/exec /var/lib/github-action-runner/.local/share/helm/plugins/helm-s3.git/bin/helm-s3: no such file or directory
Error: Process completed with exit code 1.

so 🤷

@alexandru-iacob
Copy link

helm plugin install https://github.com/hypnoglow/helm-s3.git --version=0.16.2

@miagao
Copy link

miagao commented Jan 31, 2025

helm plugin install https://github.com/hypnoglow/helm-s3.git --version=0.16.2

that worked for me

@bamdadd
Copy link

bamdadd commented Feb 1, 2025

unfortunately I'm using helm-release-action that doesn't take helm-s3 version as parameters and only works with the latest.

Hoping for this PR to get merged and unblock our builds

@hypnoglow
Copy link
Owner

Hello, the fix is being rolling out.

Anyway, please ensure that you always use pinned version to prevent issues like this. See: https://helm-s3.hypnoglow.io/docs/install/

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

8 participants