We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb6c54 commit 8f5363dCopy full SHA for 8f5363d
1 file changed
Tiltfile
@@ -189,7 +189,7 @@ local_resource(
189
################################## build mcp image and do live update ##################################################
190
# NOTE: full image names should match the one in the helm chart values.yaml!
191
registry = "ghcr.io/stackitcloud/rag-template"
192
-mcp_image_name = "rag-mcp"
+mcp_image_name = "mcp-server"
193
194
mcp_context = "./services/mcp-server"
195
mcp_full_image_name = "%s/%s" % (registry, mcp_image_name)
0 commit comments