From 94311e3b9fc1f3e9c83f67b11467749644494f39 Mon Sep 17 00:00:00 2001 From: Amanuel Engeda <74629455+engedaam@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:44:45 -0700 Subject: [PATCH] ci: Update Commit used for the Upgrade tests for release-v0.34.x (#7090) --- .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..3ffee28770ab 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: e35e48d01851c29df9814f2acfa817f277100759 to_git_ref: ${{ inputs.git_ref }} region: ${{ inputs.region }} k8s_version: ${{ inputs.k8s_version }}