From 0242a5c6570d8cdae0c271f39640b02f32b9b824 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Thu, 21 Mar 2024 14:19:26 +0100 Subject: [PATCH] hotfix: removal mfa secrets + ui fixes --- 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 2be3166..5bf04dc 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.1219959721" + tag: "1.0.1222305520" 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" @@ -230,7 +230,7 @@ kerberoshub: frontend: repository: kerberos/hub-frontend pullPolicy: IfNotPresent - tag: "1.0.1219811275" + tag: "1.0.1222303921" replicas: 2 schema: "https" url: "yourdomain.com"