From aee00ac1a83b9e8ac0966a2ff9b793e06374e4cf Mon Sep 17 00:00:00 2001 From: vakr Date: Wed, 17 Aug 2022 15:52:58 -0700 Subject: [PATCH] chore: Update k8s verion for NPM conformance tests --- .pipelines/npm/npm-conformance-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/npm/npm-conformance-tests.yaml b/.pipelines/npm/npm-conformance-tests.yaml index b64be641ed..5fa0312a6c 100644 --- a/.pipelines/npm/npm-conformance-tests.yaml +++ b/.pipelines/npm/npm-conformance-tests.yaml @@ -183,7 +183,7 @@ jobs: --windows-admin-password alpha@numeric!password2 \ --network-plugin azure \ --vm-set-type VirtualMachineScaleSets \ - --kubernetes-version v1.23 \ + --kubernetes-version v1.23.5 \ --node-vm-size Standard_D4s_v3 \ --node-count 1 @@ -386,7 +386,7 @@ jobs: --network-plugin azure \ --vm-set-type VirtualMachineScaleSets \ --node-vm-size Standard_D4s_v3 \ - --kubernetes-version v1.23 \ + --kubernetes-version v1.23.5 \ --node-count 1 # don't schedule anything on the linux system pool