From fcd3ebe29e04273143ea4439449c01b51daeab96 Mon Sep 17 00:00:00 2001
From: Hugo Renard <hugo.renard@protonmail.com>
Date: Tue, 9 Aug 2022 09:54:08 +0200
Subject: [PATCH] (feat) bump rocketchat to 4.8.3

---
 rocketchat/manifests/app.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rocketchat/manifests/app.yml b/rocketchat/manifests/app.yml
index 1a2fcd5..51f5b83 100644
--- a/rocketchat/manifests/app.yml
+++ b/rocketchat/manifests/app.yml
@@ -120,7 +120,7 @@ spec:
             name: ${FQDN}-config
         - configMapRef:
             name: ${FQDN}-config-custom
-        image: libresh/rocketchat:4.8.1
+        image: libresh/rocketchat:4.8.3
         imagePullPolicy: IfNotPresent
         name: app
         ports:
@@ -236,6 +236,7 @@ data:
   Accounts_OAuth_Custom_Liiibre_scope: openid
   Accounts_OAuth_Custom_Liiibre_roles_claim: groups
   Accounts_OAuth_Custom_Liiibre_groups_claim: groups
+  Accounts_OAuth_Custom_Liiibre_roles_to_sync: admin
   Accounts_OAuth_Custom_Liiibre_button_label_text: 'Entrez dans le Chat'
   # To check
   Accounts_OAuth_Custom_Liiibre_key_field: username
-- 
GitLab