upmc-enterprises / elasticsearch-operator

manages elasticsearch clusters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow ImagePullPolicy to be set for underlying ES image

nabadger opened this issue · comments

commented

Looks like this is hard-coded to Always in pkg/k8sutil/deployments.go

It would be good to add an option to the ElasticsearchCluster spec for each image we pull.

Unless there's a reason not todo this, I can work on a PR for it - note, this is useful for development under minikube where we can use the local image via eval $(minikube docker-env)

commented

PR #256