Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update FAQ
authored
Jun 02, 2022
by
Jeffery Antoniuk
Show whitespace changes
Inline
Side-by-side
FAQ.md
View page @
f65983ba
...
@@ -6,9 +6,9 @@ The following two files need to be changed
...
@@ -6,9 +6,9 @@ The following two files need to be changed
*
`.env`
==> the TAG variable (only exists after a
`make islandora_init`
)
*
`.env`
==> the TAG variable (only exists after a
`make islandora_init`
)
*
Kubernetes (two parts as drupal is built locally with codebase baked into the image)
*
Kubernetes (two parts as drupal is built locally with codebase baked into the image)
*
Drupal (CI/CD builds a custom image inheriting from isle-buildkit Drupal TAG version)
*
Drupal (CI/CD builds a custom image inheriting from isle-buildkit Drupal TAG version)
*
added by the CI/CD based on the image build tag
*
added by the CI/CD based on the image build tag
(not sure of the exact mechanism, .githlab-ci.yml or Helm chart or autodevops)
*
all others
*
all others
*
CI/CD variable TAG in
`.gitlab-ci.yml`
(not sure of the exact mechanism
*
CI/CD variable TAG in
`.gitlab-ci.yml`
*
The
`.gitlab-ci.yml`
overrides the Helm Chart
`value.yml`
`TAG`
variable
*
The
`.gitlab-ci.yml`
overrides the Helm Chart
`value.yml`
`TAG`
variable
Details: https://gitlab.com/calincs/cwrc/leaf/leaf-base-i8/-/merge_requests/87
Details: https://gitlab.com/calincs/cwrc/leaf/leaf-base-i8/-/merge_requests/87
...
...
...
...