From 874c5f4701276ca8d91390d6710f145aeb45c18d Mon Sep 17 00:00:00 2001 From: Amanuel Engeda <74629455+engedaam@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:45:13 -0700 Subject: [PATCH] ci: Update Commit used for the Upgrade tests for release-v0.36.x (#7092) --- .github/workflows/e2e-matrix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-matrix.yaml b/.github/workflows/e2e-matrix.yaml index d0cb69569e10..c6d8ba7a89a6 100644 --- a/.github/workflows/e2e-matrix.yaml +++ b/.github/workflows/e2e-matrix.yaml @@ -97,7 +97,7 @@ jobs: with: # This version includes the IRSA changes to support k8s 1.23 # https://github.com/aws/karpenter-provider-aws/pull/5445 - from_git_ref: 6934ef58e8e13686d4f57c2d336dd165cbf3e759 + from_git_ref: 72125d19423f5593a4ff75aeb006e7baaa8daf28 to_git_ref: ${{ inputs.git_ref }} region: ${{ inputs.region }} k8s_version: ${{ inputs.k8s_version }}