diff --git a/charts/hub/values.yaml b/charts/hub/values.yaml index 68c60ea..bdef7ae 100644 --- a/charts/hub/values.yaml +++ b/charts/hub/values.yaml @@ -142,7 +142,7 @@ kerberoshub: api: repository: uugai/hub-api pullPolicy: IfNotPresent - tag: "v1.0.19" + tag: "v1.0.22" 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" @@ -222,7 +222,7 @@ kerberoshub: frontend: repository: uugai/hub-frontend pullPolicy: IfNotPresent - tag: "v1.0.39" + tag: "v1.0.41" replicas: 2 schema: "https" url: "yourdomain.com"