Skip to content

Commit 1a177a3

Browse files
committed
Append / to Docker Hub URL in Helm
Close #1943 Complement #1945
1 parent 31e5d09 commit 1a177a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/binderhub/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Render docker config.json for the registry-publishing secret and other docker co
2121
{{- define "buildDockerConfig" -}}
2222

2323
{{- /* default auth url */ -}}
24-
{{- $url := (default "https://index.docker.io/v1" .Values.registry.url) }}
24+
{{- $url := (default "https://index.docker.io/v1/" .Values.registry.url) }}
2525

2626
{{- /* default username if unspecified
2727
(_json_key for gcr.io, <token> otherwise)

0 commit comments

Comments
 (0)