Micke Nordin
324724c3b1
Export 3.0.3 like so: ``` helm repo add jupyterhub https://hub.jupyter.org/helm-chart/ helm fetch jupyterhub/jupyterhub --version 3.0.3 --untar --untardir . ```
10 lines
444 B
YAML
10 lines
444 B
YAML
{{- /*
|
|
The hook-image-puller daemonset will be created with the highest priority during
|
|
helm upgrades. It's task is to pull the required images on all nodes. When the
|
|
image-awaiter job confirms the required images to be pulled, the daemonset is
|
|
deleted. Only then will the actual helm upgrade start.
|
|
*/}}
|
|
{{- if (include "jupyterhub.imagePuller.daemonset.hook.install" .) -}}
|
|
{{- include "jupyterhub.imagePuller.daemonset.hook" . }}
|
|
{{- end }}
|