helm-kubectl-docker icon indicating copy to clipboard operation
helm-kubectl-docker copied to clipboard

the latest docker image tag points to helm v2, not v3

Open chrisDeFouRire opened this issue 4 years ago • 2 comments

5 days ago you pushed a new image and tagged helm v2 as latest... I guess I'm not the only one using latest in his CI CD pipeline ;-) and it broke my deploys :-)

Thanks for the image though, it's really useful

chrisDeFouRire avatar Jun 15 '20 21:06 chrisDeFouRire

TBH I'm surprised that you hit it only now. This image is being built automatically nightly and latest is always pointing to the latest release in helm repo. Half of the time it's v2 and half of the time is v3 :)

But, you're right, this needs to be changed. I'll look into it, maybe will introduce v2-latest and v3-latest

lwolf avatar Jun 17 '20 09:06 lwolf

I've changed my CI to use a fixed tag instead. Thanks for your reply!

chrisDeFouRire avatar Jun 17 '20 10:06 chrisDeFouRire