From b0ed081b653c034832e189ff8b6486f9712c4aca Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 23 Sep 2021 17:09:54 +0200
Subject: [PATCH] Do not override wekan docker image tag

---
 flux2/apps/wekan/wekan-values-configmap.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flux2/apps/wekan/wekan-values-configmap.yaml b/flux2/apps/wekan/wekan-values-configmap.yaml
index b0d92a8a4..e3b13f3f4 100644
--- a/flux2/apps/wekan/wekan-values-configmap.yaml
+++ b/flux2/apps/wekan/wekan-values-configmap.yaml
@@ -10,7 +10,8 @@ data:
       # https://hub.docker.com/r/wekanteam/wekan
       repository: quay.io/wekan/wekan
       # https://quay.io/repository/wekan/wekan?tab=tags
-      tag: v5.41
+      # We do not set the tag explicitly here, instead we follow the chart's default.
+      # tag:
     # Default env vars in container image: https://github.com/wekan/wekan/blob/master/Dockerfile
     # Env vars explained: https://github.com/wekan/wekan/blob/master/docker-compose.yml
     env:
-- 
GitLab