Skip to content

Commit b016042

Browse files
authored
Merge pull request #25 from kerberos-io/public-release-1771807234
A new public release - 1771807234
2 parents 1b4c1f1 + a6101b4 commit b016042

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

base/hub/kerberos-hub-values.yaml

Lines changed: 7 additions & 7 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.6"
158+
tag: "v1.8.14"
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.7.15"
241+
tag: "v1.8.0"
242242
replicas: 1
243243
schema: "http"
244244
url: "yourdomain.com"
@@ -434,7 +434,7 @@ kerberospipeline:
434434
sequence:
435435
repository: ghcr.io/uug-ai/hub-pipeline-sequence
436436
pullPolicy: IfNotPresent
437-
tag: "v1.6.9"
437+
tag: "v1.6.11"
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.1.5"
461+
tag: "v1.3.0"
462462
replicas: 1
463463
resources:
464464
requests:
@@ -498,7 +498,7 @@ kerberospipeline:
498498
analysis:
499499
repository: ghcr.io/uug-ai/hub-pipeline-analysis
500500
pullPolicy: IfNotPresent
501-
tag: "v1.7.6"
501+
tag: "v1.7.7"
502502
replicas: 1
503503
resources:
504504
requests:
@@ -562,9 +562,9 @@ kerberospipeline:
562562
memory: 50Mi
563563
cpu: 50m
564564
export:
565-
repository: kerberos/pipe-export
565+
repository: ghcr.io/uug-ai/hub-pipeline-export
566566
pullPolicy: IfNotPresent
567-
tag: "1.0.6437127898"
567+
tag: "v1.1.3"
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.1
27+
image: ghcr.io/uug-ai/vault:v1.2.4
2828
resources:
2929
requests:
3030
memory: 128Mi

0 commit comments

Comments
 (0)