Skip to content

Commit 790e93f

Browse files
committed
update auto for vector stores
Signed-off-by: Yuval Turgeman <[email protected]>
1 parent 355640a commit 790e93f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

deploy/cluster/helm/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dependencies:
1616
version: 0.5.2
1717
- name: ingestion-pipeline
1818
repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
19-
version: 0.6.0
19+
version: 0.6.1
2020
- name: oracle-db
2121
repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
2222
version: 0.5.2
23-
digest: sha256:efd4de834e83d4fa9c936a4277ad8de6674ed3c0e6c34dcfe336fc5e702753f6
24-
generated: "2025-11-12T08:54:36.033782834-05:00"
23+
digest: sha256:4ed3d491fef75d4e30bd7741ea9334a62575b9d1df8ac4b8ca7558386d85992f
24+
generated: "2025-11-12T17:02:54.047085877-05:00"

deploy/cluster/helm/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,15 @@ llama-stack:
181181
resource: vector_db::*
182182
when: user with admin in roles
183183
description: users with the admin role can create, update or delete vector_dbs
184+
- permit:
185+
actions: [read]
186+
resource: vector_store::*
187+
description: all users have read access to vector_store
188+
- permit:
189+
actions: [create, update, delete]
190+
resource: vector_store::*
191+
when: user with admin in roles
192+
description: users with the admin role can create, update or delete vector_stores
184193
- permit:
185194
actions: [create, update, delete]
186195
resource: tool_group::*

0 commit comments

Comments
 (0)