Skip to content

Commit

Permalink
ci: Pin e2e-upgrade for E2E action update (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Dec 5, 2023
1 parent 62d5bc8 commit 9056668
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 9056668

Please sign in to comment.