hayorov / helm-gcs

Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
MIT License
279 stars 61 forks source link

helm gcs fails on M1 Pro #182

Closed bilus closed 1 year ago

bilus commented 1 year ago

I'd like to reopen this issue described in #106 :

helm plugin install https://github.com/hayorov/helm-gcs.git
Installing helm-gcs 0.3.9 ...
tar: Error opening archive: Unrecognized archive format
helm-gcs 0.3.9 is correctly installed.

And then:

helm gcs
Error: fork/exec /Users/marcin.bilski/Library/helm/plugins/helm-gcs.git/bin/helm-gcs: no such file or directory

Macbook Pro, Apple M1 Pro, MacOS Ventura (v13.2)

hayorov commented 1 year ago

Hello @bilus

I cannot reproduce the issue with M2 and 0.4.1 version

❯ helm plugin install https://github.com/hayorov/helm-gcs.git       
Installing helm-gcs 0.4.1 ...
x LICENSE
x README.md
x helm-gcs
helm-gcs 0.4.1 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
 ❯ helm gcs version                                                                   
version: 0.4.1
commit: a1e5a120e7e43de17f6110da78c93261230afb32
date: 2023-02-01T14:00:53Z

Could you please add more details and.or try the latest version (0.4.1)