UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
b8ced776
Commit
b8ced776
authored
3 years ago
by
Josh Wolf
Browse files
Options
Downloads
Patches
Plain Diff
parent
ea482118
No related branches found
No related tags found
1 merge request
!492
Breaking Change (not really): add new robot account to CI
Pipeline
#269836
failed
3 years ago
Stage: .pre
Stage: smoke tests
Stage: package
Stage: release
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
scripts/deploy/00_deploy_flux.sh
+1
-1
1 addition, 1 deletion
scripts/deploy/00_deploy_flux.sh
scripts/deploy/01_deploy_bigbang.sh
+1
-1
1 addition, 1 deletion
scripts/deploy/01_deploy_bigbang.sh
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
b8ced776
...
...
@@ -348,7 +348,7 @@ package:
before_script
:
# Set up auth
-
mkdir -p /root/.docker
-
echo $DOCKER_AUTH_CONFIG
| base64 -d -
> /root/.docker/config.json
-
echo $DOCKER_AUTH_CONFIG > /root/.docker/config.json
script
:
-
cp ./scripts/package/synker.yaml ./synker.yaml
# Populate images list in synker config
...
...
This diff is collapsed.
Click to expand it.
scripts/deploy/00_deploy_flux.sh
+
1
−
1
View file @
b8ced776
...
...
@@ -5,5 +5,5 @@ set -ex
# install flux with the dedicated helper script
./scripts/install_flux.sh
\
--registry-username
'robot$bb-dev-imagepullonly'
\
--registry-password
"
$
(
echo
"
$
REGISTRY1_PASSWORD
"
|
base64
-d
-
)
"
\
--registry-password
"
$
{
REGISTRY1_PASSWORD
}
"
\
--registry-email
bigbang@bigbang.dev
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scripts/deploy/01_deploy_bigbang.sh
+
1
−
1
View file @
b8ced776
...
...
@@ -29,7 +29,7 @@ cat $CI_VALUES_FILE
helm upgrade
-i
bigbang chart
-n
bigbang
--create-namespace
\
--set
registryCredentials[0].username
=
'robot$bb-dev-imagepullonly'
\
--set
registryCredentials[0].password
=
"
$
(
echo
"
$
REGISTRY1_PASSWORD
"
|
base64
-d
-
)
"
\
--set
registryCredentials[0].password
=
"
$
{
REGISTRY1_PASSWORD
}
"
\
--set
registryCredentials[0].registry
=
registry1.dso.mil
\
-f
${
CI_VALUES_FILE
}
...
...
This diff is collapsed.
Click to expand it.
joshwolf
@joshwolf
mentioned in commit
d45df692
·
3 years ago
mentioned in commit
d45df692
mentioned in commit d45df6926ed484d7c595d2bfc3c0de51580acaf0
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment