From b4c06f5b4ea5bf9eceddc2f6fb97670434d4ab56 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Thu, 28 May 2026 11:37:41 +1000 Subject: [PATCH] upgrade SKR image to 2.14 (latest) for Azure CC --- scripts/azure-cc/deployment/operator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-cc/deployment/operator.json b/scripts/azure-cc/deployment/operator.json index 60cf08d11..8b2b9648c 100644 --- a/scripts/azure-cc/deployment/operator.json +++ b/scripts/azure-cc/deployment/operator.json @@ -147,7 +147,7 @@ { "name": "skr", "properties": { - "image": "mcr.microsoft.com/aci/skr:2.3", + "image": "mcr.microsoft.com/aci/skr:2.14", "command": [ "/skr.sh" ],