diff --git a/.gitlab/issue_templates/update_all_components.md b/.gitlab/issue_templates/update_all_components.md index 6fabc6a18d26646cc10874e5ff16388ef06e170f..d7628fb8e7762cde98cba41b8b7db3a64e108af0 100644 --- a/.gitlab/issue_templates/update_all_components.md +++ b/.gitlab/issue_templates/update_all_components.md @@ -2,7 +2,7 @@ To update all applications, check the following files: * [ ] Docker base image in `Dockerfile` (`FROM`) * [ ] All app versions in `Dockerfile`, especially: - * [ ] flux + * [ ] flux (Make sure the version is the same as in `ansible/group_vars/all/oas.yml`, `flux.version`) * [ ] `requirements.in` * [ ] Run `pip install -r requirements-dev.txt && pip-compile` * [ ] mitogen version in `ansible/plugins` @@ -16,6 +16,6 @@ In `group_vars/all/oas.yml`: Installed by flux: -* [ ] Run `find -name '*release*.yaml'` and paste the resulting list here -* [ ] make sure to also update our nextcloud helm chart +* [ ] Run `find flux2 -name '*release*.yaml'` and paste the resulting list here +* [ ] make sure to also update our [nextcloud helm chart](https://open.greenhost.net/openappstack/nextcloud) * [ ] make sure that our wordpress chart installs the newest version