From 7bc66778cf323aa477877ec6072435b1a5d4083c Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Mon, 28 Apr 2025 10:24:32 +0200 Subject: [PATCH 1/2] fix: registry names by aligning them to the helm chart defined once --- Tiltfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" From 8c721a7e15c34b4e4ed425c94496a14ef10d9598 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Apr 2025 08:25:35 +0000 Subject: [PATCH 2/2] chore: update submodules to latest main --- rag-infrastructure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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