From 18835ed1be3b0ecbc72a97ec4df565893eb14abe Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 19 Mar 2025 13:05:39 -0700 Subject: [PATCH] update aks kube versions --- pipelines/main/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/main/pipeline.yml b/pipelines/main/pipeline.yml index c2369b121..afb35245c 100644 --- a/pipelines/main/pipeline.yml +++ b/pipelines/main/pipeline.yml @@ -2927,7 +2927,7 @@ jobs: file: pinniped-ci/pipelines/shared-tasks/deploy-aks-cluster/task.yml image: aks-deployer-image params: - KUBE_VERSION: "1.28" # See https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions + KUBE_VERSION: "1.29" # See https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions <<: *azure_account_params - task: pre-warm-cluster timeout: 10m @@ -2995,7 +2995,7 @@ jobs: file: pinniped-ci/pipelines/shared-tasks/deploy-aks-cluster/task.yml image: aks-deployer-image params: - KUBE_VERSION: "1.31" # See https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions + KUBE_VERSION: "1.32" # See https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions <<: *azure_account_params - task: pre-warm-cluster timeout: 10m