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
Merge requests
!440
Resolve "Gitlab upgrade to 13.10.3"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Gitlab upgrade to 13.10.3"
280-gitlab
into
master
Overview
0
Commits
8
Pipelines
9
Changes
1
Merged
kevin.wilder
requested to merge
280-gitlab
into
master
3 years ago
Overview
0
Commits
8
Pipelines
9
Changes
1
Expand
Summary
upgrade Gitlab to chart version 4.10.3 app version 13.10.3
fix monitoring.enabled passthrough
Also, update synker image for gitlab-runner-helper. (this is unrelated to the Gitlab upgrade)
Closes
#280 (closed)
Edited
3 years ago
by
kevin.wilder
0
0
Merge request reports
Viewing commit
b95e2712
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b95e2712
increase hr wait time
· b95e2712
kevin.wilder
authored
3 years ago
scripts/deploy/02_wait_for_helmreleases.sh
+
1
−
1
Options
@@ -32,7 +32,7 @@ function array_contains() {
## $1: package name
function
wait_on
()
{
echo
"Waiting on package
$1
"
kubectl
wait
--for
=
condition
=
Ready
--timeout
6
00s helmrelease
-n
bigbang
$1
;
kubectl
wait
--for
=
condition
=
Ready
--timeout
12
00s helmrelease
-n
bigbang
$1
;
}
## Function to wait on all statefulsets
Loading