UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7b1d3e53 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'vault-testing' into 'master'

Fix Gitlab for nightly CI (FIPS issue)

Closes #1200

See merge request platform-one/big-bang/bigbang!1708
parents fc029616 45945bc7
No related branches found
No related tags found
1 merge request!1708Fix Gitlab for nightly CI (FIPS issue)
Pipeline #827482 passed with warnings
......@@ -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: {}
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment