[glance-k8s] set image-size-cap default to 1G

Set image-size-cap default to 1G as defaults for
glance-repository storage is 1G

Change-Id: I55f991a49195b106512de80a2b471809cb4fd9d2
This commit is contained in:
Hemanth Nakkina 2024-11-30 08:45:06 +05:30
parent 8b8a697c2f
commit 45e7919a98
No known key found for this signature in database
GPG Key ID: 2E4970F7B143168E

View File

@ -264,7 +264,7 @@ config:
description: Enable notifications to send to telemetry.
image-size-cap:
type: string
default: 5GB
default: 1GB
description: |
Maximum size of image a user can upload. Defaults to 5GB
(5368709120 bytes). Example values: 500M, 500MB, 5G, 5TB.