Merge pull request #34 from uug-ai/public-release-1786356403

A new public release - 1786356403
This commit is contained in:
Cédric Verstraeten
2026-08-13 13:30:19 +02:00
committed by GitHub
2 changed files with 13 additions and 15 deletions

View File

@@ -157,7 +157,7 @@ kerberoshub:
api: api:
repository: ghcr.io/uug-ai/hub-api repository: ghcr.io/uug-ai/hub-api
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.9.29" tag: "v1.9.48"
replicas: 1 replicas: 1
jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens. jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens.
schema: "http" schema: "http"
@@ -240,15 +240,13 @@ kerberoshub:
frontend: frontend:
repository: ghcr.io/uug-ai/hub-frontend repository: ghcr.io/uug-ai/hub-frontend
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.9.32" tag: "v1.13.0"
replicas: 1 replicas: 1
schema: "http" schema: "http"
url: "yourdomain.com" url: "yourdomain.com"
# The front-end but in read-only mode # The front-end but in read-only mode
demoEnabled: true demoEnabled: true
demoUrl: "app-demo.kerberos.io" demoUrl: "app-demo.kerberos.io"
resources: resources:
requests: requests:
memory: 100Mi memory: 100Mi
@@ -365,7 +363,7 @@ kerberoshub:
monitordevice: monitordevice:
repository: ghcr.io/uug-ai/hub-monitor-device repository: ghcr.io/uug-ai/hub-monitor-device
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.4.0" tag: "v1.4.1"
resources: resources:
requests: requests:
memory: 50Mi memory: 50Mi
@@ -417,7 +415,7 @@ kerberospipeline:
event: event:
repository: ghcr.io/uug-ai/hub-pipeline-event repository: ghcr.io/uug-ai/hub-pipeline-event
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.3.0" tag: "v1.3.1"
replicas: 1 replicas: 1
resources: resources:
requests: requests:
@@ -429,7 +427,7 @@ kerberospipeline:
monitor: monitor:
repository: ghcr.io/uug-ai/hub-pipeline-monitor repository: ghcr.io/uug-ai/hub-pipeline-monitor
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.3.10" tag: "v1.3.11"
replicas: 1 replicas: 1
resources: resources:
requests: requests:
@@ -441,7 +439,7 @@ kerberospipeline:
sequence: sequence:
repository: ghcr.io/uug-ai/hub-pipeline-sequence repository: ghcr.io/uug-ai/hub-pipeline-sequence
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.6.18" tag: "v1.6.23"
replicas: 1 replicas: 1
resources: resources:
requests: requests:
@@ -465,7 +463,7 @@ kerberospipeline:
notify: notify:
repository: ghcr.io/uug-ai/hub-pipeline-notification repository: ghcr.io/uug-ai/hub-pipeline-notification
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.3.9" tag: "v1.3.17"
replicas: 1 replicas: 1
resources: resources:
requests: requests:
@@ -505,7 +503,7 @@ kerberospipeline:
analysis: analysis:
repository: ghcr.io/uug-ai/hub-pipeline-analysis repository: ghcr.io/uug-ai/hub-pipeline-analysis
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.7.17" tag: "v1.8.4"
replicas: 1 replicas: 1
resources: resources:
requests: requests:
@@ -517,7 +515,7 @@ kerberospipeline:
dominantColor: dominantColor:
repository: ghcr.io/uug-ai/hub-pipeline-dominantcolors repository: ghcr.io/uug-ai/hub-pipeline-dominantcolors
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v2.0.2" tag: "v2.0.3"
replicas: 1 replicas: 1
resources: resources:
requests: requests:
@@ -529,7 +527,7 @@ kerberospipeline:
thumbnail: thumbnail:
repository: ghcr.io/uug-ai/hub-pipeline-thumbnail repository: ghcr.io/uug-ai/hub-pipeline-thumbnail
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.3.6" tag: "v1.3.10"
replicas: 1 replicas: 1
quality: "1" # 1 (best) - 31 (worst) quality: "1" # 1 (best) - 31 (worst)
width: "600" width: "600"
@@ -556,7 +554,7 @@ kerberospipeline:
enabled: true # Enable or disable the sprite generation 'true' or 'false enabled: true # Enable or disable the sprite generation 'true' or 'false
repository: ghcr.io/uug-ai/hub-pipeline-sprite repository: ghcr.io/uug-ai/hub-pipeline-sprite
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.1.14" tag: "v1.1.16"
replicas: 1 replicas: 1
interval: "1" # Number of secondes between each thumbnail in the sprite interval: "1" # Number of secondes between each thumbnail in the sprite
width: "240" # Should not be changed for the moment (hard coded in UI) width: "240" # Should not be changed for the moment (hard coded in UI)
@@ -571,7 +569,7 @@ kerberospipeline:
export: export:
repository: ghcr.io/uug-ai/hub-pipeline-export repository: ghcr.io/uug-ai/hub-pipeline-export
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.2.8" tag: "v1.2.9"
replicas: 1 replicas: 1
resources: resources:
requests: requests:

View File

@@ -24,7 +24,7 @@ spec:
command: ["sh", "-c", "until nc -z mongodb.mongodb 27017 > /dev/null; do echo Waiting for master.; sleep 2; done;"] command: ["sh", "-c", "until nc -z mongodb.mongodb 27017 > /dev/null; do echo Waiting for master.; sleep 2; done;"]
containers: containers:
- name: vault - name: vault
image: ghcr.io/uug-ai/vault:v1.4.0 image: ghcr.io/uug-ai/vault:v1.4.9
resources: resources:
requests: requests:
memory: 128Mi memory: 128Mi