When building a local weaviate image with:
docker build -t jfrancoa/weaviate:lre-custom .
If we start the weaviate cluster passing that pre-fix, it will manage to copy the image in the cluster, but the full image name won't be replaced for the helm chart installation, ending up in an ImagePullOff error:
WEAVIATE_IMAGE_PREFIX=jfrancoa WEAVIATE_VERSION="lre-custom" REPLICAS=3 WORKERS=3 ./local-k8s.sh setup --local-images