UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 88718c2b authored by Branden Cobb's avatar Branden Cobb Committed by Micah Nagel
Browse files

REGISTRY1_USER update

parent 10d43bea
No related branches found
No related tags found
2 merge requests!1386Master,!1058SKIP UPGRADE REGISTRY1_USER update
......@@ -50,6 +50,7 @@ variables:
REPOS_PKG: repositories.tar.gz
VALUES_FILE: chart/values.yaml
CI_VALUES_FILE: tests/ci/k3d/values.yaml
REGISTRY1_USER: $REGISTRY1_USER
#-----------------------------------------------------------------------------------------------------------------------
# Pre Stage Jobs. This execute before any job is run.
......
......@@ -6,6 +6,6 @@ set -x
# install flux with the dedicated helper script
./scripts/install_flux.sh \
--registry-username 'robot$bb-dev-imagepullonly' \
--registry-username "${REGISTRY1_USER}" \
--registry-password "${REGISTRY1_PASSWORD}" \
--registry-email bigbang@bigbang.dev
\ No newline at end of file
--registry-email bigbang@bigbang.dev
......@@ -35,7 +35,7 @@ echo "🚀 Installing BigBang with the following configurations:"
cat $CI_VALUES_FILE
helm upgrade -i bigbang chart -n bigbang --create-namespace \
--set registryCredentials[0].username='robot$bb-dev-imagepullonly' \
--set registryCredentials[0].username="${REGISTRY1_USER}" \
--set registryCredentials[0].password="${REGISTRY1_PASSWORD}" \
--set registryCredentials[0].registry=registry1.dso.mil \
--set registryCredentials[1].username="${DOCKER_USER}" \
......
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