Skip to content
Merged
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
6 changes: 3 additions & 3 deletions deploy/helm/rag/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
version: 0.5.9
- name: configure-pipeline
repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
version: 0.5.6
version: 0.5.7
- name: ingestion-pipeline
repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
version: 0.7.3
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: mcp-servers
repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
version: 0.5.15
digest: sha256:ac4d12af3cc62bd462293d89f20fbe01a7c67fd7ce50ab78a1fe0ff27dfebb55
generated: "2026-03-16T16:48:25.929533-04:00"
digest: sha256:91ce7975cc61f2fdfcde4a7b5743eb3496d9017638e2c7e127cc538f408283bb
generated: "2026-04-07T11:02:05.071841-04:00"
4 changes: 2 additions & 2 deletions deploy/helm/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: rag
description: A Helm chart for Kubernetes
type: application
version: 0.2.39
appVersion: "0.2.39"
version: 0.2.40
appVersion: "0.2.40"

dependencies:
- name: pgvector
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: quay.io/rh-ai-quickstart/llamastack-dist-ui
pullPolicy: Always
tag: 0.2.39
tag: 0.2.40

service:
type: ClusterIP
Expand Down
Loading