diff --git a/chart/values.yaml b/chart/values.yaml
index 1810685eeb1bb774647a12ad90ee0fdc6f627a63..9ef15578e18e1fbe54fc94753562dc3c534b6d78 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1180,11 +1180,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git
       path: "./chart"
-      tag: "7.8.1-bb.0"
+      tag: "7.8.1-bb.2"
     helmRepo:
       repoName: "registry1"
       chartName: "gitlab"
-      tag: "7.8.1-bb.0"
+      tag: "7.8.1-bb.2"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index d8df392dd8b782179ff3558afbc3ee67a6b01c2d..6cdc507674eae2a466b8f30d40dbdb385a63fd13 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -1253,7 +1253,7 @@ addons:
         cypress:
           artifacts: true
           envs:
-            cypress_baseUrl: https://gitlab.bigbang.dev
+            cypress_url: https://gitlab.bigbang.dev
         scripts:
           envs:
             GITLAB_REPOSITORY: https://gitlab.bigbang.dev
@@ -1286,7 +1286,7 @@ addons:
         cypress:
           artifacts: true
           envs:
-            cypress_baseUrl: "https://gitlab.bigbang.dev"
+            cypress_url: "https://gitlab.bigbang.dev"
             cypress_gitlab_first_name: "testrunner"
             cypress_gitlab_last_name: "userrunner"
             cypress_gitlab_email: "gitlab@bigbang.dev"