Skip to content
Update FAQ authored by Jeffery Antoniuk's avatar Jeffery Antoniuk
...@@ -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
... ...
......