diff --git a/pkg/agenticrun/controller.go b/pkg/agenticrun/controller.go index e356f2577b..510cb9a119 100644 --- a/pkg/agenticrun/controller.go +++ b/pkg/agenticrun/controller.go @@ -455,7 +455,7 @@ func getAgenticRun(namespace, currentVersion, targetVersion, channel, updateKind { Image: skillsImage, Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, diff --git a/pkg/agenticrun/controller_test.go b/pkg/agenticrun/controller_test.go index 6b7669b300..f6f6588664 100644 --- a/pkg/agenticrun/controller_test.go +++ b/pkg/agenticrun/controller_test.go @@ -104,7 +104,7 @@ Update path: Recommended { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, @@ -778,7 +778,7 @@ Other recommended versions available: { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, @@ -827,7 +827,7 @@ Other recommended versions available: { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, @@ -885,7 +885,7 @@ Other recommended versions available: { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, @@ -927,7 +927,7 @@ Other recommended versions available: { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, @@ -974,7 +974,7 @@ Other recommended versions available: { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, }, @@ -1021,7 +1021,7 @@ Other recommended versions available: { Image: "registry.example.com/agentic-skills:latest", Paths: []string{ - "/skills/cluster-update/update-advisor", + "/skills/cluster-update/cluster-update-advisor", "/skills/cluster-update/product-lifecycle", }, },