Skip to content

Commit

Permalink
Pin e2e-upgrade for E2E action update
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Dec 4, 2023
1 parent 62d5bc8 commit 0284ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
statuses: write # ./.github/actions/commit-status/start
uses: ./.github/workflows/e2e-upgrade.yaml
with:
# This version matches the newest version that contains karpenter deployed
# to the kube-system namespace so that karpenter upgrade succeeds
from_git_ref: 3522382660f15d678406c7aafdc5aac14ac5cec2
# This version matches the updated create-cluster action, which is now setup-cluster
# https://github.com/aws/karpenter/pull/5203/files
from_git_ref: 4d5fbcd2059593e613e92f2f0ede22160fc2a1e3
to_git_ref: ${{ inputs.git_ref }}
region: ${{ inputs.region }}
k8s_version: ${{ inputs.k8s_version }}
Expand Down

0 comments on commit 0284ff8

Please sign in to comment.