Skip to content

Commit 0ae3e24

Browse files
committed
feat: update image tags to latest for backend, frontend, and extractor services
1 parent bca2005 commit 0ae3e24

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

infrastructure/rag/values.yaml

Lines changed: 6 additions & 6 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: "latest"
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: "latest"
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: "latest"
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: "latest"
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: "latest"
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: "latest"
383383

384384
service:
385385
type: ClusterIP

0 commit comments

Comments
 (0)