From e8f1744b2431fe07519477dfaddac9aa1929cb35 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 12 Aug 2021 12:49:51 +0200 Subject: [PATCH] Update what to upgrade in update_all_components.md --- .../issue_templates/update_all_components.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitlab/issue_templates/update_all_components.md b/.gitlab/issue_templates/update_all_components.md index d7628fb8e..5883f9a84 100644 --- a/.gitlab/issue_templates/update_all_components.md +++ b/.gitlab/issue_templates/update_all_components.md @@ -1,21 +1,26 @@ To update all applications, check the following files: -* [ ] Docker base image in `Dockerfile` (`FROM`) -* [ ] All app versions in `Dockerfile`, especially: - * [ ] flux (Make sure the version is the same as in `ansible/group_vars/all/oas.yml`, `flux.version`) +* CI Container image in `Dockerfile`: + * [ ] Base image (`FROM`) + * [ ] All app versions in `Dockerfile`, especially: + * [ ] 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` +* [ ] Mitogen version in `ansible/plugins` -In `group_vars/all/oas.yml`: +In `ansible/group_vars/all/oas.yml`: * [ ] k3s * [ ] helm +* [ ] flux * [ ] krew * [ ] velero Installed by flux: * [ ] 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 +* Update our custom helm-charts and their dependencies, make sure they install + latest versions + * [ ] [nextcloud](https://open.greenhost.net/openappstack/nextcloud) + * [ ] [wordpress](https://open.greenhost.net/openappstack/wordpress-helm) + * [ ] [single-sign-on](https://open.greenhost.net/openappstack/single-sign-on) -- GitLab