From 1e09c9c1339831b48719256b53f333c2aa41483d Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Mon, 4 Dec 2023 10:29:06 -0800 Subject: [PATCH] ci: Pin e2e-upgrade for deploying karpenter to kube-system (#5214) --- .github/workflows/e2e-matrix.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-matrix.yaml b/.github/workflows/e2e-matrix.yaml index dd97e9483da8..ef6e44614636 100644 --- a/.github/workflows/e2e-matrix.yaml +++ b/.github/workflows/e2e-matrix.yaml @@ -83,10 +83,9 @@ jobs: statuses: write # ./.github/actions/commit-status/start uses: ./.github/workflows/e2e-upgrade.yaml with: - # This version matches the steps of the newest version that contains the additional step - # of deploying the instance profile so that the pre-upgrade and post-upgrade create-cluster - # actions have the same number of steps and don't fail during post-cleanup - from_git_ref: 62c25a3ea85c7d00165e60a913fff1ec7c1f29fd + # This version matches the newest version that contains karpenter deployed + # to the kube-system namespace so that karpenter upgrade succeeds + from_git_ref: 3522382660f15d678406c7aafdc5aac14ac5cec2 to_git_ref: ${{ inputs.git_ref }} region: ${{ inputs.region }} k8s_version: ${{ inputs.k8s_version }}