From 0d61ac9c444b2bef43773b4a1a54cf2a2a14e21e Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Fri, 25 Jun 2021 09:53:55 +0000
Subject: [PATCH] Apply 3 suggestion(s) to 1 file(s)

---
 .gitlab/issue_templates/update_all_components.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab/issue_templates/update_all_components.md b/.gitlab/issue_templates/update_all_components.md
index 6fabc6a18..d7628fb8e 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
-- 
GitLab