Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions base/hub/kerberos-hub-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ kerberoshub:
api:
repository: uugai/hub-api
pullPolicy: IfNotPresent
tag: "v1.6.3"
tag: "v1.6.5"
replicas: 1
jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens.
schema: "http"
Expand Down Expand Up @@ -238,7 +238,7 @@ kerberoshub:
frontend:
repository: uugai/hub-frontend
pullPolicy: IfNotPresent
tag: "v1.5.1"
tag: "v1.5.7"
replicas: 1
schema: "http"
url: "yourdomain.com"
Expand Down Expand Up @@ -410,7 +410,7 @@ kerberospipeline:
event:
repository: uugai/hub-pipeline-event
pullPolicy: IfNotPresent
tag: "v1.0.1"
tag: "v1.2.0"
replicas: 1
resources:
requests:
Expand All @@ -422,7 +422,7 @@ kerberospipeline:
monitor:
repository: uugai/hub-pipeline-monitor
pullPolicy: IfNotPresent
tag: "v1.2.1"
tag: "v1.3.3"
replicas: 1
resources:
requests:
Expand All @@ -434,7 +434,7 @@ kerberospipeline:
sequence:
repository: uugai/hub-pipeline-sequence
pullPolicy: IfNotPresent
tag: "v1.5.0"
tag: "v1.6.4"
replicas: 1
resources:
requests:
Expand All @@ -446,7 +446,7 @@ kerberospipeline:
throttler:
repository: uugai/hub-pipeline-throttler
pullPolicy: IfNotPresent
tag: "v1.1.0"
tag: "v1.2.0"
replicas: 1
resources:
requests:
Expand All @@ -458,7 +458,7 @@ kerberospipeline:
notify:
repository: uugai/hub-pipeline-notification
pullPolicy: IfNotPresent
tag: "v1.0.16"
tag: "v1.0.20"
replicas: 1
resources:
requests:
Expand Down Expand Up @@ -498,7 +498,7 @@ kerberospipeline:
analysis:
repository: uugai/hub-pipeline-analysis
pullPolicy: IfNotPresent
tag: "v1.4.0"
tag: "v1.6.1"
replicas: 1
resources:
requests:
Expand All @@ -522,7 +522,7 @@ kerberospipeline:
thumbnail:
repository: uugai/hub-pipeline-thumbnail
pullPolicy: IfNotPresent
tag: "v1.1.6"
tag: "v1.2.1"
replicas: 1
quality: "1" # 1 (best) - 31 (worst)
width: "600"
Expand All @@ -539,7 +539,7 @@ kerberospipeline:
counting:
repository: uugai/hub-pipeline-counting
pullPolicy: IfNotPresent
tag: "v1.6.0"
tag: "v1.6.2"
replicas: 1
resources:
requests:
Expand All @@ -549,7 +549,7 @@ kerberospipeline:
enabled: true # Enable or disable the sprite generation 'true' or 'false
repository: uugai/hub-pipeline-sprite
pullPolicy: IfNotPresent
tag: "v1.0.4"
tag: "v1.0.7"
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)
Expand Down
2 changes: 1 addition & 1 deletion base/vault/kerberos-vault-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: uugai/vault:v1.1.3
image: uugai/vault:v1.1.6
resources:
requests:
memory: 128Mi
Expand Down