From 64b5756e3055c34d4d24b6328be4b7bcfc9303f6 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Tue, 2 Jun 2026 10:18:09 +1000 Subject: [PATCH] Upgrade SKR image to 2.14 for Azure AKS --- scripts/azure-aks/deployment/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-aks/deployment/operator.yaml b/scripts/azure-aks/deployment/operator.yaml index a7b67ab10..05b2e7ccf 100644 --- a/scripts/azure-aks/deployment/operator.yaml +++ b/scripts/azure-aks/deployment/operator.yaml @@ -17,7 +17,7 @@ spec: microsoft.containerinstance.virtualnode.injectdns: "false" spec: containers: - - image: "mcr.microsoft.com/aci/skr:2.7" + - image: "mcr.microsoft.com/aci/skr:2.14" imagePullPolicy: Always name: skr resources: