Skip to content

Commit 8f5363d

Browse files
committed
fix: rename mcp image name to mcp-server for consistency
1 parent 2cb6c54 commit 8f5363d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ local_resource(
189189
################################## build mcp image and do live update ##################################################
190190
# NOTE: full image names should match the one in the helm chart values.yaml!
191191
registry = "ghcr.io/stackitcloud/rag-template"
192-
mcp_image_name = "rag-mcp"
192+
mcp_image_name = "mcp-server"
193193

194194
mcp_context = "./services/mcp-server"
195195
mcp_full_image_name = "%s/%s" % (registry, mcp_image_name)

0 commit comments

Comments
 (0)