From 6c2ccd75a854b046fcfe97190d12ef74eee7d09d Mon Sep 17 00:00:00 2001 From: Shankari Date: Thu, 14 Nov 2024 22:01:52 -0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20up=20the=20versi?= =?UTF-8?q?on=20number=20so=20we=20can=20wrap=20up=20the=20basic=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a partial fix for https://github.com/EVerest/everest-demo/issues/78 There is still much cleanup to be done, but I want to pivot to the MIDAS integration right now Signed-off-by: Shankari --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 844fc379..2a8fddbb 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -TAG=0.0.17-localbuild +TAG=0.0.17 EVEREST_MANAGER_CPUS='1.0' EVEREST_MANAGER_MEMORY='1024mb'