diff --git a/Tiltfile b/Tiltfile index 229eb45..93b57ae 100644 --- a/Tiltfile +++ b/Tiltfile @@ -138,7 +138,7 @@ local_resource( ######################################################################################################################## # NOTE: full image names should match the one in the helm chart values.yaml! -registry = "ghcr.io/stackitcloud" +registry = "ghcr.io/stackitcloud/rag-template" rag_api_image_name = "rag-backend" backend_context = "./rag-backend" @@ -182,7 +182,7 @@ local_resource( ######################################################################################################################## # NOTE: full image names should match the one in the helm chart values.yaml! -registry = "ghcr.io/stackitcloud" +registry = "ghcr.io/stackitcloud/rag-template" admin_api_image_name = "admin-backend" admin_backend_context = "./admin-backend" @@ -226,7 +226,7 @@ local_resource( ######################################################################################################################## # NOTE: full image names should match the one in the helm chart values.yaml! -registry = "ghcr.io/stackitcloud" +registry = "ghcr.io/stackitcloud/rag-template" document_extractor_image_name = "document-extractor" extractor_context = "./document-extractor" diff --git a/rag-infrastructure b/rag-infrastructure index e01bf89..1dc80f9 160000 --- a/rag-infrastructure +++ b/rag-infrastructure @@ -1 +1 @@ -Subproject commit e01bf8974baca6735374222b68ca7b67d02f3f68 +Subproject commit 1dc80f916c67224901e4fa9dc82a744b065335c2