diff --git a/chart/values.yaml b/chart/values.yaml index 34b1045427c402b25191dd9f1eb5b7e70b8b04b9..8a45c0fa7ac3e8a14b2249a52bcb718ae9109f29 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1180,11 +1180,11 @@ addons: git: repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git path: "./chart" - tag: "7.8.1-bb.0" + tag: "7.8.1-bb.2" helmRepo: repoName: "registry1" chartName: "gitlab" - tag: "7.8.1-bb.0" + tag: "7.8.1-bb.2" # -- Flux reconciliation overrides specifically for the Gitlab Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index d8df392dd8b782179ff3558afbc3ee67a6b01c2d..6cdc507674eae2a466b8f30d40dbdb385a63fd13 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -1253,7 +1253,7 @@ addons: cypress: artifacts: true envs: - cypress_baseUrl: https://gitlab.bigbang.dev + cypress_url: https://gitlab.bigbang.dev scripts: envs: GITLAB_REPOSITORY: https://gitlab.bigbang.dev @@ -1286,7 +1286,7 @@ addons: cypress: artifacts: true envs: - cypress_baseUrl: "https://gitlab.bigbang.dev" + cypress_url: "https://gitlab.bigbang.dev" cypress_gitlab_first_name: "testrunner" cypress_gitlab_last_name: "userrunner" cypress_gitlab_email: "gitlab@bigbang.dev"