From 5fdad6f9db929df742127bd5658a56cb3ecfa783 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 7 Jul 2025 14:59:05 -0700 Subject: [PATCH] update Kube version for integration-test-aks-oldest --- pipelines/main/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/main/pipeline.yml b/pipelines/main/pipeline.yml index 13ca9c3d8..57aa93fc9 100644 --- a/pipelines/main/pipeline.yml +++ b/pipelines/main/pipeline.yml @@ -3029,7 +3029,7 @@ jobs: file: pinniped-ci/pipelines/shared-tasks/deploy-aks-cluster/task.yml image: aks-deployer-image params: - KUBE_VERSION: "1.29" # See https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions + KUBE_VERSION: "1.30" # See https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions <<: *azure_account_params - task: pre-warm-cluster timeout: 10m