omrikiei / ktunnel

A cli that exposes your local resources to kubernetes
GNU General Public License v3.0
975 stars 75 forks source link

Deployment can't get image - v1.4.7 missing on quay.io #75

Closed okletzmayr closed 2 years ago

okletzmayr commented 2 years ago

Thanks a bunch for this awesome tool, I just found it yesterday! When I upgraded to 1.4.7 today, new tunnel deployments get stuck on image pull. Seems like the container registry is missing the v1.4.7 image tag. I'd be grateful if this gets fixed.

omrikiei commented 2 years ago

Fixed manually, automated build failed due to quay.io rate limiting, I intend to move to a new registry soon. Can you confirm it works now?

okletzmayr commented 2 years ago

The deployments work now - thank you!