EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Correct image registry handling #146

Closed gchazot closed 1 year ago

gchazot commented 1 year ago

Purpose of PR

This fixes a problem introduced with https://github.com/EDITD/kubetools/pull/141 where images that are specified directly, without a registry (hence should be assumed to be sourced from the docker daemon default registry, usually dockerhub) got modified into using the value from --default-registry option. That option is instead intended to point at the registry where to push the images built by kubetools and hence where k8s can pull those images from.

gchazot commented 1 year ago

Thanks for the reviews @DilaraOflaz @ryan109