diff --git a/base/hub/kerberos-hub-values.yaml b/base/hub/kerberos-hub-values.yaml index 288f97a..1d33893 100644 --- a/base/hub/kerberos-hub-values.yaml +++ b/base/hub/kerberos-hub-values.yaml @@ -155,7 +155,7 @@ kerberoshub: api: repository: ghcr.io/uug-ai/hub-api pullPolicy: IfNotPresent - tag: "v1.8.17" + tag: "v1.8.20" replicas: 1 jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens. schema: "http" @@ -238,7 +238,7 @@ kerberoshub: frontend: repository: ghcr.io/uug-ai/hub-frontend pullPolicy: IfNotPresent - tag: "v1.8.4" + tag: "v1.8.11" replicas: 1 schema: "http" url: "yourdomain.com" @@ -549,7 +549,7 @@ kerberospipeline: enabled: true # Enable or disable the sprite generation 'true' or 'false repository: ghcr.io/uug-ai/hub-pipeline-sprite pullPolicy: IfNotPresent - tag: "v1.0.10" + tag: "v1.1.5" replicas: 1 interval: "1" # Number of secondes between each thumbnail in the sprite width: "240" # Should not be changed for the moment (hard coded in UI)