helm-kubectl-docker
helm-kubectl-docker copied to clipboard
the latest docker image tag points to helm v2, not v3
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
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
I've changed my CI to use a fixed tag instead. Thanks for your reply!