k8s-manifests/jupyter/base/charts/jupyterhub/templates/image-puller/daemonset-continuous.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

9 lines
321 B
YAML

{{- /*
The continuous-image-puller daemonset task is to pull required images to nodes
that are added in between helm upgrades, for example by manually adding a node
or by the cluster autoscaler.
*/}}
{{- if .Values.prePuller.continuous.enabled }}
{{- include "jupyterhub.imagePuller.daemonset.continuous" . }}
{{- end }}