mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user