File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
charts/docker-registry-ui Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ spec:
3535 value : {{ .Values.ui.deleteImages | quote }}
3636 {{- if .Values.ui.proxy }}
3737 - name : NGINX_PROXY_PASS_URL
38- value : " "
38+ value : {{ .Values.ui.dockerRegistryUrl }}
3939 {{- else }}
4040 - name : REGISTRY_URL
41- value : " "
41+ value : {{ .Values.ui.dockerRegistryUrl }}
4242 {{- end }}
4343 {{- if .Values.ui.pullUrl }}
4444 - name : PULL_URL
Original file line number Diff line number Diff line change 1616 deleteImages : false
1717 # UI behave as a proxy of the registry
1818 proxy : false
19+ # The URL of your docker registry, may be a service (when proxy is on) or an external URL.
20+ dockerRegistryUrl : null
1921 # Override the pull URL
2022 pullUrl : null
2123 # The name and tag of the docker image of the interface
You can’t perform that action at this time.
0 commit comments