harbor/.../core-cm-envvars.yaml: add github-ghcr as allowed proxy cache type (#15336)

supported since: https://github.com/goharbor/harbor/pull/16834

Signed-off-by: András Czigány <andras.czigany@strivacity.com>
This commit is contained in:
András Czigány
2023-03-07 08:23:30 +01:00
committed by GitHub
parent defc20205e
commit 72b1b95821

View File

@@ -43,7 +43,7 @@ data:
PORTAL_URL: {{ include "harbor.portal.url" . | quote }}
REGISTRY_CONTROLLER_URL: {{ include "harbor.registryCtl.url" . | quote }}
REGISTRY_CREDENTIAL_USERNAME: {{ .Values.registry.credentials.username | quote }}
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE: "docker-hub,harbor,azure-acr,aws-ecr,google-gcr,quay,docker-registry"
PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE: "docker-hub,harbor,azure-acr,aws-ecr,google-gcr,quay,docker-registry,github-ghcr"
{{- if .Values.core.uaaSecret }}
UAA_CA_ROOT: "/etc/core/auth-ca/auth-ca.crt"
{{- end }}