k8s-manifests/jupyter/base/charts/jupyterhub/templates/image-puller/daemonset-hook.yaml
Micke Nordin 324724c3b1
Jupytherhub:
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 .
```
2023-09-25 16:29:56 +02:00

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 }}