I want to deploy drone on a platform that is not connected to internet.
I am using the helm template which is great and easy to use, but I am facing one problem:
I cannot configure the controller image to be pulled from a private registry.
the controller image is deprecated. Unfortunately the helm chart does not seem to be maintained and therefore uses deprecated features. You might try this chart instead which is fork from one of our community members, and uses the kubernetes runner.
I am in same case of @michaeldebouver. @bradrydzewski you said helm chart is not maintained, so what is your Kubernetes deployment solution ? Template yaml ?
I do not want to deploy a dedicated host with docker only for drone server …