Skip to content

Commit a7421be

Browse files
committed
chore: update submodules, rename image registry in tiltfile (#3)
1 parent 4cac2e5 commit a7421be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tiltfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ local_resource(
138138
########################################################################################################################
139139

140140
# NOTE: full image names should match the one in the helm chart values.yaml!
141-
registry = "schwarzit-xx-sit-rag-template-sit-stackit-docker-local.jfrog.io"
141+
registry = "ghcr.io/stackitcloud"
142142
rag_api_image_name = "rag-backend"
143143

144144
backend_context = "./rag-backend"
@@ -182,7 +182,7 @@ local_resource(
182182
########################################################################################################################
183183

184184
# NOTE: full image names should match the one in the helm chart values.yaml!
185-
registry = "schwarzit-xx-sit-rag-template-sit-stackit-docker-local.jfrog.io"
185+
registry = "ghcr.io/stackitcloud"
186186
admin_api_image_name = "admin-backend"
187187

188188
admin_backend_context = "./admin-backend"
@@ -226,7 +226,7 @@ local_resource(
226226
########################################################################################################################
227227

228228
# NOTE: full image names should match the one in the helm chart values.yaml!
229-
registry = "schwarzit-xx-sit-rag-template-sit-stackit-docker-local.jfrog.io"
229+
registry = "ghcr.io/stackitcloud"
230230
document_extractor_image_name = "document-extractor"
231231

232232
extractor_context = "./document-extractor"

0 commit comments

Comments
 (0)