From a6101b4cf4b11193bb819d058172fce0b3faf48c Mon Sep 17 00:00:00 2001 From: uug4ai Date: Mon, 23 Feb 2026 00:40:36 +0000 Subject: [PATCH] A new public release - 1771807234 --- base/hub/kerberos-hub-values.yaml | 14 +++++++------- base/vault/kerberos-vault-deployment.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/base/hub/kerberos-hub-values.yaml b/base/hub/kerberos-hub-values.yaml index 6a31161..3dc0529 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.6" + tag: "v1.8.14" 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.7.15" + tag: "v1.8.0" replicas: 1 schema: "http" url: "yourdomain.com" @@ -434,7 +434,7 @@ kerberospipeline: sequence: repository: ghcr.io/uug-ai/hub-pipeline-sequence pullPolicy: IfNotPresent - tag: "v1.6.9" + tag: "v1.6.11" replicas: 1 resources: requests: @@ -458,7 +458,7 @@ kerberospipeline: notify: repository: ghcr.io/uug-ai/hub-pipeline-notification pullPolicy: IfNotPresent - tag: "v1.1.5" + tag: "v1.3.0" replicas: 1 resources: requests: @@ -498,7 +498,7 @@ kerberospipeline: analysis: repository: ghcr.io/uug-ai/hub-pipeline-analysis pullPolicy: IfNotPresent - tag: "v1.7.6" + tag: "v1.7.7" replicas: 1 resources: requests: @@ -562,9 +562,9 @@ kerberospipeline: memory: 50Mi cpu: 50m export: - repository: kerberos/pipe-export + repository: ghcr.io/uug-ai/hub-pipeline-export pullPolicy: IfNotPresent - tag: "1.0.6437127898" + tag: "v1.1.3" replicas: 1 resources: requests: diff --git a/base/vault/kerberos-vault-deployment.yaml b/base/vault/kerberos-vault-deployment.yaml index 5227da3..82cf28a 100644 --- a/base/vault/kerberos-vault-deployment.yaml +++ b/base/vault/kerberos-vault-deployment.yaml @@ -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.1 + image: ghcr.io/uug-ai/vault:v1.2.4 resources: requests: memory: 128Mi