diff --git a/chart/values.yaml b/chart/values.yaml index f704da513e4618eba2846acaef27e170b3714f93..c14cc0231010ae7ce0d7e84402e37811c85e5413 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.9.2-bb.2" + tag: "5.10.1-bb.0" # -- Flux reconciliation overrides specifically for the Gitlab Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 88b06d221f1656952ca323fd2bebeb49ccfd833f..919138b31a3de8945aefd311497d110f21dab404 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -807,25 +807,8 @@ addons: artifacts: true envs: cypress_baseUrl: https://gitlab.bigbang.dev - cypress_gitlab_first_name: "test" - cypress_gitlab_last_name: "user" - cypress_gitlab_username: "testuser" - cypress_gitlab_password: "12345678" - cypress_gitlab_email: "testuser@example.com" - cypress_gitlab_project: "my-awesome-project" - secretEnvs: - - name: cypress_adminpassword - valueFrom: - secretKeyRef: - name: gitlab-gitlab-initial-root-password - key: password scripts: - image: "registry.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab/bbtests:0.0.3" envs: - GITLAB_USER: "testuser" - GITLAB_PASS: "12345678" - GITLAB_EMAIL: "testuser@example.com" - GITLAB_PROJECT: "my-awesome-project" GITLAB_REPOSITORY: https://gitlab.bigbang.dev GITLAB_ORIGIN: https://testuser:12345678@gitlab.bigbang.dev GITLAB_REGISTRY: registry.bigbang.dev