Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b7ac8aec
Commit
b7ac8aec
authored
Sep 02, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review App: Use the 'gitlab-toolbox-ee' image for migrations
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
781ce328
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
scripts/review_apps/review-apps.sh
scripts/review_apps/review-apps.sh
+3
-4
No files found.
scripts/review_apps/review-apps.sh
View file @
b7ac8aec
...
@@ -244,10 +244,9 @@ function deploy() {
...
@@ -244,10 +244,9 @@ function deploy() {
echoinfo
"Deploying
${
release
}
to
${
CI_ENVIRONMENT_URL
}
..."
true
echoinfo
"Deploying
${
release
}
to
${
CI_ENVIRONMENT_URL
}
..."
true
IMAGE_REPOSITORY
=
"registry.gitlab.com/gitlab-org/build/cng-mirror"
IMAGE_REPOSITORY
=
"registry.gitlab.com/gitlab-org/build/cng-mirror"
gitlab_
migrations_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-rails
-ee"
gitlab_
toolbox_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-toolbox
-ee"
gitlab_sidekiq_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-sidekiq-ee"
gitlab_sidekiq_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-sidekiq-ee"
gitlab_webservice_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-webservice-ee"
gitlab_webservice_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-webservice-ee"
gitlab_task_runner_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-toolbox-ee"
gitlab_gitaly_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitaly"
gitlab_gitaly_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitaly"
gitaly_image_tag
=
$(
parse_gitaly_image_tag
)
gitaly_image_tag
=
$(
parse_gitaly_image_tag
)
gitlab_shell_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-shell"
gitlab_shell_image_repository
=
"
${
IMAGE_REPOSITORY
}
/gitlab-shell"
...
@@ -272,7 +271,7 @@ HELM_CMD=$(cat << EOF
...
@@ -272,7 +271,7 @@ HELM_CMD=$(cat << EOF
--set releaseOverride="
${
release
}
"
\
--set releaseOverride="
${
release
}
"
\
--set global.hosts.hostSuffix="
${
HOST_SUFFIX
}
"
\
--set global.hosts.hostSuffix="
${
HOST_SUFFIX
}
"
\
--set global.hosts.domain="
${
REVIEW_APPS_DOMAIN
}
"
\
--set global.hosts.domain="
${
REVIEW_APPS_DOMAIN
}
"
\
--set gitlab.migrations.image.repository="
${
gitlab_
migrations
_image_repository
}
"
\
--set gitlab.migrations.image.repository="
${
gitlab_
toolbox
_image_repository
}
"
\
--set gitlab.migrations.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.migrations.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.gitaly.image.repository="
${
gitlab_gitaly_image_repository
}
"
\
--set gitlab.gitaly.image.repository="
${
gitlab_gitaly_image_repository
}
"
\
--set gitlab.gitaly.image.tag="
${
gitaly_image_tag
}
"
\
--set gitlab.gitaly.image.tag="
${
gitaly_image_tag
}
"
\
...
@@ -286,7 +285,7 @@ HELM_CMD=$(cat << EOF
...
@@ -286,7 +285,7 @@ HELM_CMD=$(cat << EOF
--set gitlab.webservice.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.webservice.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.webservice.workhorse.image="
${
gitlab_workhorse_image_repository
}
"
\
--set gitlab.webservice.workhorse.image="
${
gitlab_workhorse_image_repository
}
"
\
--set gitlab.webservice.workhorse.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.webservice.workhorse.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.task-runner.image.repository="
${
gitlab_t
ask_runner
_image_repository
}
"
\
--set gitlab.task-runner.image.repository="
${
gitlab_t
oolbox
_image_repository
}
"
\
--set gitlab.task-runner.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
--set gitlab.task-runner.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
EOF
EOF
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment