Skip to content

Commit

Permalink
Support "docker-registry" as the proxy cache registry
Browse files Browse the repository at this point in the history
Support "docker-registry" as the proxy cache registry

Signed-off-by: Wenkai Yin <[email protected]>
  • Loading branch information
ywk253100 committed Jun 18, 2021
1 parent b895aa4 commit 7c3588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core/core-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data:
HTTPS_PROXY: "{{ .Values.proxy.httpsProxy }}"
NO_PROXY: "{{ template "harbor.noProxy" . }}"
{{- end }}
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE: "docker-hub,harbor,azure-acr,aws-ecr,google-gcr,quay"
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE: "docker-hub,harbor,azure-acr,aws-ecr,google-gcr,quay,docker-registry"
{{- if .Values.metrics.enabled}}
METRIC_ENABLE: "true"
METRIC_PATH: "{{ .Values.metrics.core.path }}"
Expand Down

0 comments on commit 7c3588a

Please sign in to comment.