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
10 changes: 5 additions & 5 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 1.5.19
version: 1.5.20
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.16.3
version: 1.17.0
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 15.0.7
Expand All @@ -13,6 +13,6 @@ dependencies:
version: 0.48.0
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.41.0
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
generated: "2026-02-16T08:26:50.070731424Z"
version: 1.44.0
digest: sha256:7b738c95cf44856fa718776fe250d0785133b02d40affbc63731bfc8feff9acc
generated: "2026-03-01T02:20:37.668746044Z"
6 changes: 3 additions & 3 deletions infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ appVersion: "v4.2.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.19"
version: "1.5.20"
condition: features.langfuse.enabled
- name: qdrant
version: 1.16.3
version: 1.17.0
repository: "https://qdrant.github.io/qdrant-helm"
condition: features.qdrant.enabled
- name: minio
Expand All @@ -27,6 +27,6 @@ dependencies:
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.41.0
version: 1.44.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled
4 changes: 2 additions & 2 deletions infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,14 @@ langfuse:
web:
image:
repository: langfuse/langfuse
tag: "3.152.0"
tag: "3.155.0"
pullPolicy: Always

# Worker deployment configuration
worker:
image:
repository: langfuse/langfuse-worker
tag: "3.152.0"
tag: "3.155.0"
pullPolicy: Always
port: 3030

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.80.0"
version = "~> 0.82.0"
}
}
}
Expand Down
40 changes: 20 additions & 20 deletions libs/admin-api-lib/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ debugpy = "^1.8.14"
[tool.poetry.dependencies]
rag-core-lib = "==4.2.0"
python = "^3.13"
uvicorn = "^0.40.0"
fastapi = "^0.128.0"
uvicorn = "^0.41.0"
fastapi = "^0.129.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.4"
Expand Down
Loading