Merge pull request #25 from kerberos-io/public-release-1771807234

A new public release - 1771807234
This commit is contained in:
Cédric Verstraeten
2026-02-23 01:41:27 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -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:

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.1
image: ghcr.io/uug-ai/vault:v1.2.4
resources:
requests:
memory: 128Mi