diff --git a/chart/values.yaml b/chart/values.yaml
index db0716c1f8b4365b8df92ff0f020bcb130625ca6..a82af5613e44ede22c5133f2ccf88a6093643d57 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.10.1-bb.0"
+      tag: "5.10.1-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
diff --git a/tests/rke2-test-values.yaml b/tests/rke2-test-values.yaml
index a820342e7d709165672ba620b4fa227f516a7348..ff24883ad588737c793f923c420f36fb32bdbc08 100644
--- a/tests/rke2-test-values.yaml
+++ b/tests/rke2-test-values.yaml
@@ -222,9 +222,6 @@ addons:
             requests:
               cpu: 50m
             limits: null
-        # Required for RKE2 nightly CI cluster with FIPS since Gitlab 14.7.X
-        postgresqlExtendedConf:
-          passwordEncryption: "scram-sha-256"
       minio:
         persistence:
           size: 256Mi
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 3ac53569997369f757387f04e235a0f4d0eb418c..0d0f5a86d7c6a391caf1a37daf15ef59512c149d 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -793,9 +793,6 @@ addons:
             requests:
               cpu: 10m
             limits: {}
-        # Required for RKE2 nightly CI cluster with FIPS since Gitlab 14.7.X
-        postgresqlExtendedConf:
-          passwordEncryption: "scram-sha-256"
       minio:
         persistence:
           size: 256Mi