From ceb67e4e796f23dd54d359c9dafb63d405ce2fe4 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Mon, 14 Mar 2022 15:27:05 +0100
Subject: [PATCH] Update update_all_components.md

---
 .../issue_templates/update_all_components.md  | 29 ++++++++++---------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/.gitlab/issue_templates/update_all_components.md b/.gitlab/issue_templates/update_all_components.md
index b28300d6b..85e716abe 100644
--- a/.gitlab/issue_templates/update_all_components.md
+++ b/.gitlab/issue_templates/update_all_components.md
@@ -1,25 +1,28 @@
-## Update all applications in this repository
+## Only for major releases
+
+Flux and k3s still need manual intervention (see #976 and #993), so we
+only update them on major releases.
 
 * [ ] Update Flux version
-  
+
       current_flux_version=0.20.1
       new_flux_version=0.24.0
       sed -i "s/$current_flux_version/$new_flux_version/g" Dockerfile install/flux-version-check.sh docs/installation/install_stackspin.rst ansible/group_vars/all/stackspin.yml
 
-* [ ] Update all apk app versions inside `Dockerfile`
-* [ ] Update mitogen version in `ansible/plugins` (https://github.com/mitogen-hq/mitogen/releases)
-* [ ] Update k3s in `ansible/group_vars/all/stackspin.yml`:
+* [ ] Update k3s in `ansible/group_vars/all/stackspin.yml`
+
+## Update applications in this repository
+
+* [ ] Update [taiko version](https://github.com/getgauge/taiko/releases) inside `Dockerfile` (see #981 for pending renovate automation)
 
-## Update our custom charts:
+## Update our custom charts
 
-We get dependeny updates via renovate for our custom helm charts.  However, we
-still don't get [automated version
-bumps](https://open.greenhost.net/stackspin/stackspin/-/issues/1001) with it, so
-make sure to bump the version if needed for:
+We configured renovate for these projects, but [renovate doesn't properly update the
+`version` tag in `Chart.yaml`](#1176). So we need to manually update both the
+`version` and `appVersion` tags in:
 
-* [ ] [dashboard](https://open.greenhost.net/stackspin/dashboard)
-* [ ] [nextcloud](https://open.greenhost.net/stackspin/nextcloud)
-* [ ] [single-sign-on](https://open.greenhost.net/stackspin/single-sign-on)
+* [ ] [dashboard](https://open.greenhost.net/stackspin/dashboard) (see also dashboard#10)
+* [ ] [nextcloud](https://open.greenhost.net/stackspin/nextcloud) (see also nextcloud#1012)
 * [ ] [wordpress](https://open.greenhost.net/stackspin/wordpress-helm)
 
 Pull in upstream changes to:
-- 
GitLab