Hi all,
Is anyone else experiencing an issue with drone jobs failing to run in K8s due to an Image Pull error?
After inspecting, it looks like the image it is trying to pull is drone/controller:1.6.3. However, looking at the tags for drone/controller in docker, the latest one is 1.6.2 - see here: https://hub.docker.com/r/drone/controller/tags
The standard drone server has a tag for 1.6.3, and the container runs fine. But the spawned jobs are failing.
I don’t remember specifying the image for drone/controller, so I don’t think this is something I’ve broken.
Does anyone know what’s going on? Is there a way for me to specify the drone/controller image tag, so that I can get my builds running again?
Thanks!