Skip to content

Commit 5815f10

Browse files
committed
Merge branch 'deps-main' of github.com:stackitcloud/rag-template into deps-main
2 parents 8f5363d + 818aeb3 commit 5815f10

32 files changed

Lines changed: 2491 additions & 2494 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: setup-node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "22.13.1"
34+
node-version: "22.17.1"
3535

3636
- name: create-archives
3737
run: |

infrastructure/.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.13.1"
22+
node-version: "22.17.1"
2323
- name: Install dependencies
2424
run: npm clean-install
2525
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

infrastructure/rag/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
dependencies:
22
- name: langfuse
33
repository: https://langfuse.github.io/langfuse-k8s
4-
version: 0.12.1
4+
version: 0.13.1
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
7-
version: 1.12.6
7+
version: 1.15.0
88
- name: minio
99
repository: https://charts.bitnami.com/bitnami
10-
version: 15.0.3
10+
version: 15.0.7
1111
- name: keydb
1212
repository: https://enapter.github.io/charts/
1313
version: 0.48.0
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
16-
version: 1.1.0
17-
digest: sha256:9c99676d554fe68802c434b3daac2d50778e38d2793d10b84d1f4d6d78f99726
18-
generated: "2025-07-02T12:36:38.510315+02:00"
16+
version: 1.24.0
17+
digest: sha256:5d274ff927bf767fd41057275293a1751fd0f7834d7499d2b3345eb0f433335b
18+
generated: "2025-07-31T08:32:30.614652929Z"

infrastructure/rag/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ appVersion: "1.0.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "0.12.1"
13+
version: "0.13.1"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
16-
version: 1.12.6
16+
version: 1.15.0
1717
repository: "https://qdrant.github.io/qdrant-helm"
1818
condition: features.qdrant.enabled
1919
- name: minio
2020
repository: https://charts.bitnami.com/bitnami
21-
version: "15.0.3"
21+
version: "15.0.7"
2222
condition: features.minio.enabled
2323
- name: keydb
2424
repository: https://enapter.github.io/charts/
2525
version: "0.48.0"
2626
condition: features.keydb.enabled
2727
- name: ollama
2828
alias: ollama
29-
version: 1.1.0
29+
version: 1.24.0
3030
repository: https://otwld.github.io/ollama-helm/
3131
condition: features.ollama.enabled

infrastructure/rag/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ backend:
7070
image:
7171
repository: ghcr.io/stackitcloud/rag-template/mcp-server
7272
pullPolicy: Always
73-
tag: "v2.0.0"
73+
tag: "v2.1.0"
7474

7575
name: backend
7676
replicaCount: 1
7777

7878
image:
7979
repository: ghcr.io/stackitcloud/rag-template/rag-backend
8080
pullPolicy: Always
81-
tag: "v2.0.0"
81+
tag: "v2.1.0"
8282

8383
command:
8484
- "poetry"
@@ -216,7 +216,7 @@ frontend:
216216
image:
217217
repository: ghcr.io/stackitcloud/rag-template/frontend
218218
pullPolicy: Always
219-
tag: "v2.0.0"
219+
tag: "v2.1.0"
220220

221221
service:
222222
type: ClusterIP
@@ -251,7 +251,7 @@ adminBackend:
251251
image:
252252
repository: ghcr.io/stackitcloud/rag-template/admin-backend
253253
pullPolicy: Always
254-
tag: "v2.0.0"
254+
tag: "v2.1.0"
255255

256256
command:
257257
- "poetry"
@@ -331,7 +331,7 @@ extractor:
331331
image:
332332
repository: ghcr.io/stackitcloud/rag-template/document-extractor
333333
pullPolicy: Always
334-
tag: "v2.0.0"
334+
tag: "v2.1.0"
335335

336336
command:
337337
- "poetry"
@@ -379,7 +379,7 @@ adminFrontend:
379379
image:
380380
repository: ghcr.io/stackitcloud/rag-template/admin-frontend
381381
pullPolicy: Always
382-
tag: "v2.0.0"
382+
tag: "v2.1.0"
383383

384384
service:
385385
type: ClusterIP
@@ -452,7 +452,7 @@ langfuse:
452452
image:
453453
repository: ghcr.io/langfuse/langfuse
454454
pullPolicy: Always
455-
tag: "3.27.2"
455+
tag: "3.88.1"
456456
postgresql:
457457
deploy: true
458458
auth:
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: cert-manager
33
repository: https://charts.jetstack.io
4-
version: v1.12.3
4+
version: v1.18.2
55
- name: nginx-ingress-controller
66
repository: https://charts.bitnami.com/bitnami
7-
version: 11.4.1
8-
digest: sha256:50d1681804095d5d70589f1fd828181320e89b1666675ae0d12c803e792e6760
9-
generated: "2024-09-11T22:43:52.025580423+02:00"
7+
version: 11.6.27
8+
digest: sha256:3197e71b2e91041da3bca61187bd413ea86ed7778a8cecf363182be1aaead1f0
9+
generated: "2025-07-31T08:32:45.824521293Z"

infrastructure/server-setup/base-setup/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version: 0.0.1
77
appVersion: "0.0.1"
88
dependencies:
99
- name: cert-manager
10-
version: "v1.12.3"
10+
version: "v1.18.2"
1111
repository: https://charts.jetstack.io
1212
- name: nginx-ingress-controller
13-
version: "11.4.1"
13+
version: "11.6.27"
1414
repository: https://charts.bitnami.com/bitnami

infrastructure/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
stackit = {
44
source = "stackitcloud/stackit"
5-
version = "~> 0.50.0"
5+
version = "~> 0.58.0"
66
}
77
}
88
}

libs/.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.13.1"
22+
node-version: "22.17.1"
2323
- name: Install dependencies
2424
run: npm install
2525
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

0 commit comments

Comments
 (0)