Skip to content

Commit d248de4

Browse files
committed
A new public release - 1775203225
1 parent cdb907a commit d248de4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

base/hub/kerberos-hub-values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ kerberoshub:
155155
api:
156156
repository: ghcr.io/uug-ai/hub-api
157157
pullPolicy: IfNotPresent
158-
tag: "v1.8.20"
158+
tag: "v1.8.25"
159159
replicas: 1
160160
jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens.
161161
schema: "http"
@@ -238,7 +238,7 @@ kerberoshub:
238238
frontend:
239239
repository: ghcr.io/uug-ai/hub-frontend
240240
pullPolicy: IfNotPresent
241-
tag: "v1.8.11"
241+
tag: "v1.8.23"
242242
replicas: 1
243243
schema: "http"
244244
url: "yourdomain.com"
@@ -348,17 +348,17 @@ kerberoshub:
348348
organization: "github-organization"
349349
team: "github-team"
350350
cleanup:
351-
repository: uugai/hub-cleanup
351+
repository: ghcr.io/uug-ai/hub-cleanup
352352
pullPolicy: IfNotPresent
353-
tag: "v1.4.1"
353+
tag: "v1.4.8"
354354
resources:
355355
requests:
356356
memory: 50Mi
357357
cpu: 50m
358358
monitordevice:
359-
repository: uugai/hub-monitor-device
359+
repository: ghcr.io/uug-ai/hub-monitor-device
360360
pullPolicy: IfNotPresent
361-
tag: "v1.3.0"
361+
tag: "v1.4.0"
362362
resources:
363363
requests:
364364
memory: 50Mi
@@ -408,9 +408,9 @@ kerberoshub:
408408
cpu: 50m
409409
kerberospipeline:
410410
event:
411-
repository: uugai/hub-pipeline-event
411+
repository: ghcr.io/uug-ai/hub-pipeline-event
412412
pullPolicy: IfNotPresent
413-
tag: "v1.2.0"
413+
tag: "v1.3.0"
414414
replicas: 1
415415
resources:
416416
requests:
@@ -434,7 +434,7 @@ kerberospipeline:
434434
sequence:
435435
repository: ghcr.io/uug-ai/hub-pipeline-sequence
436436
pullPolicy: IfNotPresent
437-
tag: "v1.6.11"
437+
tag: "v1.6.14"
438438
replicas: 1
439439
resources:
440440
requests:
@@ -458,7 +458,7 @@ kerberospipeline:
458458
notify:
459459
repository: ghcr.io/uug-ai/hub-pipeline-notification
460460
pullPolicy: IfNotPresent
461-
tag: "v1.3.1"
461+
tag: "v1.3.6"
462462
replicas: 1
463463
resources:
464464
requests:
@@ -522,7 +522,7 @@ kerberospipeline:
522522
thumbnail:
523523
repository: ghcr.io/uug-ai/hub-pipeline-thumbnail
524524
pullPolicy: IfNotPresent
525-
tag: "v1.3.1"
525+
tag: "v1.3.4"
526526
replicas: 1
527527
quality: "1" # 1 (best) - 31 (worst)
528528
width: "600"
@@ -549,7 +549,7 @@ kerberospipeline:
549549
enabled: true # Enable or disable the sprite generation 'true' or 'false
550550
repository: ghcr.io/uug-ai/hub-pipeline-sprite
551551
pullPolicy: IfNotPresent
552-
tag: "v1.1.5"
552+
tag: "v1.1.12"
553553
replicas: 1
554554
interval: "1" # Number of secondes between each thumbnail in the sprite
555555
width: "240" # Should not be changed for the moment (hard coded in UI)
@@ -564,7 +564,7 @@ kerberospipeline:
564564
export:
565565
repository: ghcr.io/uug-ai/hub-pipeline-export
566566
pullPolicy: IfNotPresent
567-
tag: "v1.1.3"
567+
tag: "v1.2.1"
568568
replicas: 1
569569
resources:
570570
requests:

base/vault/kerberos-vault-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
command: ["sh", "-c", "until nc -z mongodb.mongodb 27017 > /dev/null; do echo Waiting for master.; sleep 2; done;"]
2525
containers:
2626
- name: vault
27-
image: ghcr.io/uug-ai/vault:v1.2.4
27+
image: ghcr.io/uug-ai/vault:v1.2.5
2828
resources:
2929
requests:
3030
memory: 128Mi

0 commit comments

Comments
 (0)