From e319e843d90b9e8079131b059b61cdf29c8cdf90 Mon Sep 17 00:00:00 2001
From: "garcia.ryan" <garcia.ryan@solute.us>
Date: Thu, 9 Sep 2021 15:32:11 -0600
Subject: [PATCH] Revertubg CI Values Nexus PVC size

---
 tests/ci/k3d/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ci/k3d/values.yaml b/tests/ci/k3d/values.yaml
index 508cd74a43..5474a1820f 100644
--- a/tests/ci/k3d/values.yaml
+++ b/tests/ci/k3d/values.yaml
@@ -460,7 +460,7 @@ addons:
     values:
       persistence:
         # Do NOT set this below 4Gi, nexus will fail to boot
-        storageSize: 5Gi
+        storageSize: 4Gi
       nexus:
       # https://help.sonatype.com/repomanager3/installation/system-requirements#SystemRequirements-JVMDirectMemory
         env:
-- 
GitLab