Skip to content

Commit 1a445a2

Browse files
authored
Merge pull request #1951 from rgaiacs/1943-more-docker-hub
Append / to Docker Hub URL in Helm
2 parents 31e5d09 + 1a177a3 commit 1a445a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helm-chart/binderhub/templates/_helpers.tpl

+1-1
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)