UNCLASSIFIED - NO CUI

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

Merge branch 'nexus-ci' into 'master'

Enhance Nexus CI test with push/pull from Docker Registry

Closes platform-one/big-bang/apps/developer-tools/nexus#41

See merge request platform-one/big-bang/bigbang!2085
parents 0d7537b4 7ada289c
No related branches found
No related tags found
1 merge request!2085Enhance Nexus CI test with push/pull from Docker Registry
Pipeline #981641 passed with warnings
......@@ -977,7 +977,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git
path: "./chart"
tag: "41.1.0-bb.3"
tag: "41.1.0-bb.4"
# -- Base64 encoded license file.
license_key: ""
......
......@@ -1275,21 +1275,42 @@ addons:
requests:
cpu: 100m
memory: 1500Mi
docker:
enabled: true
registries:
- host: containers.bigbang.dev
port: 5000
repository:
enabled: true
repo:
- name: "containers"
format: "docker"
type: "hosted"
repo_data:
name: "containers"
online: true
storage:
blobStoreName: "default"
strictContentTypeValidation: true
writePolicy: "allow_once"
cleanup:
policyNames:
- "string"
component:
proprietaryComponents: true
docker:
v1Enabled: false
forceBasicAuth: true
httpPort: 5000
bbtests:
enabled: true
cypress:
artifacts: true
envs:
cypress_nexus_url: "https://nexus.bigbang.dev"
cypress_nexus_user: "admin"
cypress_nexus_pass_new: "new_admin_password"
secretEnvs:
- name: cypress_nexus_pass
valueFrom:
secretKeyRef:
name: nexus-repository-manager-secret
key: admin.password
scripts:
envs:
docker_host: "containers.bigbang.dev"
velero:
enabled: false
plugins:
......
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