A new public release - 1781595581

This commit is contained in:
uug4ai
2026-06-16 07:39:42 +00:00
parent 258f750441
commit 469ae03f9c
2 changed files with 11 additions and 11 deletions

View File

@@ -155,7 +155,7 @@ kerberoshub:
api:
repository: ghcr.io/uug-ai/hub-api
pullPolicy: IfNotPresent
tag: "v1.9.1"
tag: "v1.9.29"
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.30"
tag: "v1.9.32"
replicas: 1
schema: "http"
url: "yourdomain.com"
@@ -350,7 +350,7 @@ kerberoshub:
cleanup:
repository: ghcr.io/uug-ai/hub-cleanup
pullPolicy: IfNotPresent
tag: "v1.4.13"
tag: "v1.4.16"
resources:
requests:
memory: 50Mi
@@ -422,7 +422,7 @@ kerberospipeline:
monitor:
repository: ghcr.io/uug-ai/hub-pipeline-monitor
pullPolicy: IfNotPresent
tag: "v1.3.9"
tag: "v1.3.10"
replicas: 1
resources:
requests:
@@ -434,7 +434,7 @@ kerberospipeline:
sequence:
repository: ghcr.io/uug-ai/hub-pipeline-sequence
pullPolicy: IfNotPresent
tag: "v1.6.15"
tag: "v1.6.18"
replicas: 1
resources:
requests:
@@ -458,7 +458,7 @@ kerberospipeline:
notify:
repository: ghcr.io/uug-ai/hub-pipeline-notification
pullPolicy: IfNotPresent
tag: "v1.3.6"
tag: "v1.3.9"
replicas: 1
resources:
requests:
@@ -498,7 +498,7 @@ kerberospipeline:
analysis:
repository: ghcr.io/uug-ai/hub-pipeline-analysis
pullPolicy: IfNotPresent
tag: "v1.7.8"
tag: "v1.7.17"
replicas: 1
resources:
requests:
@@ -522,7 +522,7 @@ kerberospipeline:
thumbnail:
repository: ghcr.io/uug-ai/hub-pipeline-thumbnail
pullPolicy: IfNotPresent
tag: "v1.3.4"
tag: "v1.3.6"
replicas: 1
quality: "1" # 1 (best) - 31 (worst)
width: "600"
@@ -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.1.12"
tag: "v1.1.14"
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)
@@ -564,7 +564,7 @@ kerberospipeline:
export:
repository: ghcr.io/uug-ai/hub-pipeline-export
pullPolicy: IfNotPresent
tag: "v1.2.1"
tag: "v1.2.8"
replicas: 1
resources:
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;"]
containers:
- name: vault
image: ghcr.io/uug-ai/vault:v1.2.13
image: ghcr.io/uug-ai/vault:v1.4.0
resources:
requests:
memory: 128Mi