chartmuseum / helm-push

Helm plugin to push chart package to ChartMuseum
Apache License 2.0
670 stars 170 forks source link

Version v0.10.4 tag does not exist but ci try to pull #196

Closed hyunwook-kim-dhk closed 1 year ago

hyunwook-kim-dhk commented 1 year ago

Hi I used your library for CI-CD

I tried to push image to helm repository but following error raised in github workflow

Install Helm Push Plugin
Run helm plugin install https://github.com/chartmuseum/helm-push.git
Downloading and installing helm-push v0.10.[4](https://github.com/yogiyo/reviewyo-chart/actions/runs/5172480809/jobs/9316890418#step:11:5) ...
https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_linux_amd64.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error: plugin install hook for "cm-push" exited with error
Error: Process completed with exit code 1.

So I curled the url and I got 404 response

❯ curl https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_linux_amd64.tar.gz
Not Found%

Can you check this issue? Thanks

hyunwook-kim-dhk commented 1 year ago

@scbizu @nerdeveloper can you check this issue? I tagged you because @nerdeveloper made last pr and @scbizu merged that

scbizu commented 1 year ago

I will check our CI , thanks for reporting

scbizu commented 1 year ago

It should be fixed , you can try again ~

hyunwook-kim-dhk commented 1 year ago

Now it works thank you for your fast respond 😄