Skip to content

Commit

Permalink
Merge pull request goharbor#973 from ywk253100/210618_proxy_cache
Browse files Browse the repository at this point in the history
Support "docker-registry" as the proxy cache registry
  • Loading branch information
reasonerjt authored Jun 18, 2021
2 parents b895aa4 + 7c3588a commit 46696cd
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 46696cd

Please sign in to comment.