Skip to content

Commit

Permalink
ci: Pin e2e-upgrade for deploying karpenter to kube-system (#5214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Dec 4, 2023
1 parent eedbf7a commit 1e09c9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1e09c9c

Please sign in to comment.