nikhilsbhat / helm-images

Helm plugin to fetch all possible images from the chart before deployment or from a deployed release
https://artifacthub.io/packages/helm-plugin/images/images
MIT License
59 stars 12 forks source link

Update to 0.1.5 through helm plugin does not work #33

Closed sboutet06 closed 7 months ago

sboutet06 commented 7 months ago

Looks like the 0.1.5 is pointing to 0.1.4:

helm plugin install https://github.com/nikhilsbhat/helm-images --version 0.1.5
Installing helm-images...
download url set to https://github.com/nikhilsbhat/helm-images/releases/download/v0.1.4/helm-images_0.1.4_Linux_x86_64.tar.gz

artifact name with path /home/sboutet/.local/share/helm/plugins/helm-images/helm-images.tar.gz

downloading https://github.com/nikhilsbhat/helm-images/releases/download/v0.1.4/helm-images_0.1.4_Linux_x86_64.tar.gz to /home/sboutet/.local/share/helm/plugins/helm-images

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 14.8M  100 14.8M    0     0  10.9M      0  0:00:01  0:00:01 --:--:-- 24.6M
successfully download the archive proceeding to install

HELM_PLUGIN_ARTIFACT_PATH: /xxx/helm-images/helm-images.tar.gzPreparing to install into /xxx/plugins/helm-images
blazs3fs commented 7 months ago

Looks like the release for version 0.1.5 is missing. The tag is still there.

$ helm images version
images version: {"version":"0.1.4","revision":"9f9c484de63f8ff7ab0bbb4ecda250d5b72a920c","environment":"production","build-date":"2024-03-17T08:55:09Z","go-version":"go1.22.0","platform":"darwin/arm64"}
$ helm plugin update images --debug
Installing helm-images...
download url set to https://github.com/nikhilsbhat/helm-images/releases/download/v0.1.4/helm-images_0.1.4_Darwin_arm64.tar.gz
nikhilsbhat commented 7 months ago

@blazs3fs , it wasn't precisely the issue you mentioned. I believe you noticed it while I was addressing the fix, but I overlooked a few details when publishing the release. It's now resolved, and you should be able to download the latest version. @sboutet06 closing this now as it is resolved.