From b06f6bbb50ef9036aaa9381e0f6184ca03e93055 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Mon, 11 Oct 2021 08:46:59 +0000 Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s) --- .gitlab/issue_templates/update_all_components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/update_all_components.md b/.gitlab/issue_templates/update_all_components.md index 286d2129d..659085f34 100644 --- a/.gitlab/issue_templates/update_all_components.md +++ b/.gitlab/issue_templates/update_all_components.md @@ -3,7 +3,7 @@ To update all applications, check the following files: * `Dockerfile`: * [ ] All apk app versions * [ ] All non-apk app versions in `Dockerfile`, especially: - * [ ] flux (Make sure the version is the same as in `ansible/group_vars/all/oas.yml`, `flux.version`) + * [ ] flux (Make sure the version is the same as in `ansible/group_vars/all/oas.yml`, `flux.version`; `docs/installation/install_oas.rst` and `install/flux-version-check.sh`) * [ ] Mitogen version in `ansible/plugins` In `ansible/group_vars/all/oas.yml`: @@ -20,4 +20,4 @@ Installed by flux: 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) + * [ ] [local-path-provisioner](https://open.greenhost.net/openappstack/local-path-provisioner) -- GitLab