From 10e0adddca32ac9af7137486554e31fd1d051235 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Tue, 23 Jul 2024 12:48:28 +0200 Subject: [PATCH] add videowall role permissions + fix loading videowalls from non-owner users --- charts/hub/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hub/values.yaml b/charts/hub/values.yaml index 5d38b02..9fa782f 100644 --- a/charts/hub/values.yaml +++ b/charts/hub/values.yaml @@ -151,7 +151,7 @@ kerberoshub: api: repository: kerberos/hub-api pullPolicy: IfNotPresent - tag: "1.0.1357606853" + tag: "1.0.1384326925" replicas: 2 jwtSecret: "this-is-a-secret-please-change-to-random-string" # change to a random value, this is for generating JWT tokens. schema: "https" @@ -234,7 +234,7 @@ kerberoshub: frontend: repository: kerberos/hub-frontend pullPolicy: IfNotPresent - tag: "1.0.1358687188" + tag: "1.0.1384325093" replicas: 2 schema: "https" url: "yourdomain.com"