From 4ed33b223b095cf04663a64bfab1cd4ee0b1c668 Mon Sep 17 00:00:00 2001
From: mr-bot <project2872_bot1@noreply.repo1.dso.mil>
Date: Mon, 9 May 2022 14:57:55 +0000
Subject: [PATCH] Update Gitlab to 14.10.1

---
 chart/values.yaml      |  2 +-
 tests/test-values.yaml | 17 -----------------
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 4de5f431af..0c162fac35 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -789,7 +789,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
       path: "./chart"
-      tag: "5.9.2-bb.2"
+      tag: "5.10.1-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 88b06d221f..919138b31a 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -807,25 +807,8 @@ addons:
           artifacts: true
           envs:
             cypress_baseUrl: https://gitlab.bigbang.dev
-            cypress_gitlab_first_name: "test"
-            cypress_gitlab_last_name: "user"
-            cypress_gitlab_username: "testuser"
-            cypress_gitlab_password: "12345678"
-            cypress_gitlab_email: "testuser@example.com"
-            cypress_gitlab_project: "my-awesome-project"
-          secretEnvs:
-            - name: cypress_adminpassword
-              valueFrom:
-                secretKeyRef:
-                  name: gitlab-gitlab-initial-root-password
-                  key: password
         scripts:
-          image: "registry.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab/bbtests:0.0.3"
           envs:
-            GITLAB_USER: "testuser"
-            GITLAB_PASS: "12345678"
-            GITLAB_EMAIL: "testuser@example.com"
-            GITLAB_PROJECT: "my-awesome-project"
             GITLAB_REPOSITORY: https://gitlab.bigbang.dev
             GITLAB_ORIGIN: https://testuser:12345678@gitlab.bigbang.dev
             GITLAB_REGISTRY: registry.bigbang.dev
-- 
GitLab