From d6fc3c3160095c9229202ba0f4f246b505520fcb Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 19 Mar 2025 11:58:34 -0700 Subject: [PATCH] update eks kube versions --- pipelines/main/pipeline.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipelines/main/pipeline.yml b/pipelines/main/pipeline.yml index 1224380f7..c2369b121 100644 --- a/pipelines/main/pipeline.yml +++ b/pipelines/main/pipeline.yml @@ -2791,7 +2791,7 @@ jobs: file: pinniped-ci/pipelines/shared-tasks/deploy-eks-cluster/task.yml image: eks-deployer-image params: - KUBE_VERSION: "1.25" # See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html + KUBE_VERSION: "1.29" # See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html <<: *aws_account_params - task: pre-warm-cluster timeout: 10m @@ -2838,7 +2838,6 @@ jobs: <<: *aws_account_params - name: integration-test-eks-latest - old_name: integration-test-eks-newest public: true # all logs are publicly visible serial: true plan: @@ -2860,7 +2859,7 @@ jobs: file: pinniped-ci/pipelines/shared-tasks/deploy-eks-cluster/task.yml image: eks-deployer-image params: - KUBE_VERSION: "1.31" # See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html + KUBE_VERSION: "1.32" # See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html <<: *aws_account_params - task: pre-warm-cluster timeout: 10m