Skip to content

Commit 7126e57

Browse files
committed
CH-110 fix custom prepull issue
1 parent 99958b7 commit 7126e57

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

applications/jupyterhub/deploy/templates/image-puller/_helpers-daemonset.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ spec:
201201
{{- end }}
202202
{{- end }}
203203
{{- /* --- EDIT: CLOUDHARNESS pull images --- */}}
204-
{{- if $.Values.apps.jupyterhub.harness.jupyterhub.prepull -}}
205-
{{- range $k, $v := $.Values.apps.jupyterhub.harness.jupyterhub.prepull }}
204+
{{- if $.Values.apps.jupyterhub.harness.dependencies.prepull -}}
205+
{{- range $k, $v := $.Values.apps.jupyterhub.harness.dependencies.prepull }}
206206
- name: image-pull--{{ $v }}
207207
image: {{ get ( get $.Values "task-images" ) $v }}
208208
command:

applications/jupyterhub/deploy/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ harness: # EDIT: CLOUDHARNESS
1212
- accounts
1313
build:
1414
- cloudharness-base
15+
prepull: [] # additional images to add to the prepuller
1516
quotas:
1617
# sets the maximum number of (included named) servers open concurrently (int)
1718
quota-ws-open: 3
@@ -31,6 +32,7 @@ harness: # EDIT: CLOUDHARNESS
3132
smoketest: true
3233
ignoreRequestErrors: false
3334
ignoreConsoleErrors: false
35+
3436

3537
# fullnameOverride and nameOverride distinguishes blank strings, null values,
3638
# and non-blank strings. For more details, see the configuration reference.

0 commit comments

Comments
 (0)