From f0b37957a8c4654415e55626687125e642d83e87 Mon Sep 17 00:00:00 2001 From: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:42:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Rename=20rossocortex=20=E2=86=92?= =?UTF-8?q?=20cortex=20(follow-up=20to=20the=20Rossoctl=20rename)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The extensions repo's final name is `cortex` (rossoctl/cortex), not `rossocortex`. Updates the remaining reference left after #733 merged — the AuthBridge cross-repo link now points at rossoctl/cortex. Related to #1972 Assisted-By: Claude Opus 4.8 Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com> --- mcp/weather_tool/deployment/k8s.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcp/weather_tool/deployment/k8s.yaml b/mcp/weather_tool/deployment/k8s.yaml index 7849a6b9..365495c1 100644 --- a/mcp/weather_tool/deployment/k8s.yaml +++ b/mcp/weather_tool/deployment/k8s.yaml @@ -34,7 +34,7 @@ metadata: labels: app.kubernetes.io/name: weather-tool rossoctl.io/framework: Python - # Set inject to true for [AuthBridge](https://github.com/rossoctl/rossocortex/tree/main/AuthBridge) + # Set inject to true for [AuthBridge](https://github.com/rossoctl/cortex/tree/main/AuthBridge) rossoctl.io/inject: disabled rossoctl.io/type: tool rossoctl.io/workload-type: deployment @@ -54,7 +54,7 @@ spec: labels: app.kubernetes.io/name: weather-tool rossoctl.io/framework: Python - # Set inject to true for [AuthBridge](https://github.com/rossoctl/rossocortex/tree/main/AuthBridge) + # Set inject to true for [AuthBridge](https://github.com/rossoctl/cortex/tree/main/AuthBridge) rossoctl.io/inject: disabled rossoctl.io/transport: streamable_http rossoctl.io/type: tool