Merge pull request #13897 from stonezdj/210105_add_quay_proxy

Add  quay registry to proxy cache
This commit is contained in:
stonezdj(Daojun Zhang) 2021-01-06 20:27:27 +08:00 committed by GitHub
commit 2ae57cdeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ WITH_CHARTMUSEUM={{with_chartmuseum}}
REGISTRY_CREDENTIAL_USERNAME={{registry_username}}
REGISTRY_CREDENTIAL_PASSWORD={{registry_password}}
CSRF_KEY={{csrf_key}}
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE=docker-hub,harbor,azure-acr,aws-ecr,google-gcr
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE=docker-hub,harbor,azure-acr,aws-ecr,google-gcr,quay
HTTP_PROXY={{core_http_proxy}}
HTTPS_PROXY={{core_https_proxy}}