diff --git a/chart/templates/gitlab/values.yaml b/chart/templates/gitlab/values.yaml
index 667f1eee64fcf426f2458ad7dc91834decd86cf8..50dd0779cbbed144a25d94dcad2501c7c20570de 100644
--- a/chart/templates/gitlab/values.yaml
+++ b/chart/templates/gitlab/values.yaml
@@ -88,7 +88,7 @@ registry:
 
 gitlab:
   {{- if or .Values.addons.gitlab.objectStorage.endpoint $istioInjection }}
-  task-runner:
+  toolbox:
     {{- if .Values.addons.gitlab.objectStorage.endpoint }}
     backups:
       objectStorage:
diff --git a/chart/values.yaml b/chart/values.yaml
index 27f2fb36105e8bdc4c10e3dafff7665958b53ab8..6c7214b7469b99a68ad624ed171929a095747689 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -675,7 +675,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
       path: "./chart"
-      tag: "5.3.1-bb.11"
+      tag: "5.6.0-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
@@ -756,7 +756,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner.git
       path: "./chart"
-      tag: "0.33.1-bb.5"
+      tag: "0.34.0-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Runner Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 041fdff31c686ef8be4a4e8610b2ef674789368f..988f64029281dff1745620af6a86862f71e51230 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -508,7 +508,7 @@ addons:
             requests:
               cpu: 10m
             limits: {}
-        task-runner:
+        toolbox:
           persistence:
             size: 256Mi
           resources: