From d67a7c4f5d1d2381eb8023e0ad10b618e2d23269 Mon Sep 17 00:00:00 2001
From: "kevin.wilder" <kevin.wilder@darkwolfsolutions.com>
Date: Wed, 13 Oct 2021 21:22:17 +0000
Subject: [PATCH] SKIP UPGRADE: Resolve "Gitlab - upgrade 14.3.1 and runner
 upgrade to 14.2.0"

---
 chart/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 56aba49f51..cb5216d0b7 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -582,7 +582,7 @@ addons:
     postRenderers: []
 
   gitlab:
-    # -- Toggle deployment of Gitlab.
+    # -- Toggle deployment of Gitlab
     enabled: false
 
     hostnames:
@@ -593,7 +593,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
       path: "./chart"
-      tag: "4.12.9-bb.6"
+      tag: "5.3.1-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
@@ -668,7 +668,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner.git
       path: "./chart"
-      tag: "0.29.0-bb.1"
+      tag: "0.32.0-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Runner Package
     flux: {}
-- 
GitLab