Skip to content

Commit

Permalink
fixes remote configuration + add new feature permissions + fix for ca…
Browse files Browse the repository at this point in the history
…mera assignment on sub accounts + and more
  • Loading branch information
cedricve committed Sep 16, 2023
1 parent a77ed61 commit 24bdab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ kerberoshub:
api:
repository: kerberos/hub-api
pullPolicy: IfNotPresent
tag: "1.0.986512164"
tag: "1.0.1006757223"
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"
Expand Down Expand Up @@ -205,7 +205,7 @@ kerberoshub:
frontend:
repository: kerberos/hub-frontend
pullPolicy: IfNotPresent
tag: "1.0.987635137"
tag: "1.0.1006754097"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down

0 comments on commit 24bdab5

Please sign in to comment.