ckan-helm icon indicating copy to clipboard operation
ckan-helm copied to clipboard

specify repository for zookeeper image

Open lknite opened this issue 2 years ago • 0 comments

With docker implementing rate limits I have selected to use a local repository. I was able to specify this in a couple places but didn't see a way to specify the repo for zookeeper. Ended up editing the statefulset after it was deployed to make the change. Is it possible to do this via the helm chart?

An idea: I've seen several charts with this up top:

global:
  imageRegistry: ""

and when used, it lets you specify your local repo, which all images get pulled from

lknite avatar Apr 06 '22 14:04 lknite