nikhilsbhat / helm-drift

Helm plugin that identifies the configuration that has drifted from the Helm chart
https://artifacthub.io/packages/helm-plugin/helm-drift/drift
MIT License
62 stars 8 forks source link

install on debian arm64 fails (tries to use aarch64 instead of arm64) #9

Closed joaocc closed 11 months ago

joaocc commented 12 months ago

running on debian on arm-m1

helm plugin install https://github.com/nikhilsbhat/helm-drift

errors out with

Installing helm-drift...
download url set to https://github.com/nikhilsbhat/helm-drift/releases/download/v0.0.7/helm-drift_0.0.7_Linux_aarch64.tar.gz

artifact name with path /root/.local/share/helm/plugins/helm-drift/helm-drift.tar.gz

downloading https://github.com/nikhilsbhat/helm-drift/releases/download/v0.0.7/helm-drift_0.0.7_Linux_aarch64.tar.gz to /root/.local/share/helm/plugins/helm-drift

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 
failed while downloading helm archive

Failed to install plugin helm drift
Error: plugin install hook for "drift" exited with error

Since the files listed in releases have arm64 instead of aarch64, this is prob the cause.

nikhilsbhat commented 11 months ago

Closing this, since this commit should fixes the issue.