mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/harbor] feat: add upstream features (#34111)
* [bitnami/harbor] feat: add upstream features Signed-off-by: juan131 <juan.ariza@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: juan131 <juan.ariza@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
9b072ecbd5
commit
6d7a29633e
@@ -163,7 +163,14 @@ data:
|
||||
layerinfo: redis
|
||||
maintenance:
|
||||
uploadpurging:
|
||||
{{- if .Values.registry.uploadPurging.enabled }}
|
||||
enabled: true
|
||||
age: {{ .Values.registry.uploadPurging.age }}
|
||||
interval: {{ .Values.registry.uploadPurging.interval }}
|
||||
dryrun: {{ .Values.registry.uploadPurging.dryrun }}
|
||||
{{- else }}
|
||||
enabled: false
|
||||
{{- end }}
|
||||
delete:
|
||||
enabled: true
|
||||
redirect:
|
||||
@@ -204,7 +211,9 @@ data:
|
||||
path: /etc/registry/passwd
|
||||
validation:
|
||||
disabled: true
|
||||
|
||||
compatibility:
|
||||
schema1:
|
||||
enabled: true
|
||||
{{- if .Values.registry.middleware.enabled }}
|
||||
{{- if eq .Values.registry.middleware.type "cloudFront" }}
|
||||
middleware:
|
||||
|
||||
Reference in New Issue
Block a user