From 7d7e159f2df034d687297ff172b76472b8a841cb Mon Sep 17 00:00:00 2001 From: Mais Alheraki Date: Wed, 29 Nov 2023 17:38:53 +0300 Subject: [PATCH] feat(storage-resize-images): add 4 and 8 GB memory options (#1825) --- storage-resize-images/extension.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storage-resize-images/extension.yaml b/storage-resize-images/extension.yaml index 29cfd3d79..515ece7ad 100644 --- a/storage-resize-images/extension.yaml +++ b/storage-resize-images/extension.yaml @@ -280,6 +280,10 @@ params: value: 1024 - label: 2 GB value: 2048 + - label: 4 GB + value: 4096 + - label: 8 GB + value: 8192 default: 1024 required: true immutable: false