Skip to content

Commit 22a289b

Browse files
wy65701436AYDEV-FR
authored andcommitted
update the support list of proxy cache (goharbor#22237)
According to PR goharbor#22198, some inactive adapters have been removed from the default adapter list. This pull request updates PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE accordingly, since the list of proxy cache adapters should be a subset of the replication adapters. Signed-off-by: wy65701436 <[email protected]>
1 parent 7f6de1f commit 22a289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/photon/prepare/templates/core/env.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ REGISTRY_CREDENTIAL_USERNAME={{registry_username}}
4040
REGISTRY_CREDENTIAL_PASSWORD={{registry_password}}
4141
CSRF_KEY={{csrf_key}}
4242
ROBOT_SCANNER_NAME_PREFIX={{scan_robot_prefix}}
43-
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE=docker-hub,harbor,azure-acr,ali-acr,aws-ecr,google-gcr,quay,docker-registry,github-ghcr,jfrog-artifactory
43+
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE=docker-hub,harbor,azure-acr,ali-acr,aws-ecr,google-gcr,docker-registry,github-ghcr,jfrog-artifactory
4444
REPLICATION_ADAPTER_WHITELIST=ali-acr,aws-ecr,azure-acr,docker-hub,docker-registry,github-ghcr,google-gcr,harbor,huawei-SWR,jfrog-artifactory,tencent-tcr,volcengine-cr
4545

4646
HTTP_PROXY={{core_http_proxy}}

0 commit comments

Comments
 (0)