From e7562b1b71daa0deae70675310ca27824ada3272 Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Mon, 15 Jun 2026 10:59:28 +0530 Subject: [PATCH] fix: incorrect container name in `broken-deployment` hint Signed-off-by: Abhinav Sinha --- scenarios/data/broken-deployment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/data/broken-deployment.json b/scenarios/data/broken-deployment.json index 9ca81d5..41e8016 100644 --- a/scenarios/data/broken-deployment.json +++ b/scenarios/data/broken-deployment.json @@ -20,7 +20,7 @@ { "title": "Fix the image tag", "body": "If the image tag doesn't exist, update it to a valid one using `kubectl set image`.", - "command": "kubectl set image deployment/broken-app app=nginx:1.25 -n debug" + "command": "kubectl set image deployment/broken-app nginx=nginx:1.25 -n debug" } ], "setup_commands": [