Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Bump E2E Upgrade tests to support 1.23 #5509

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
statuses: write # ./.github/actions/commit-status/start
uses: ./.github/workflows/e2e-upgrade.yaml
with:
# This version matches the version switch between IRSA -> Pod Identity
# https://github.com/aws/karpenter-provider-aws/pull/5262
from_git_ref: 8f500c23be18aa5cb8089a83c43e763303faa9ac
# This version includes the IRSA changes to support k8s 1.23
# https://github.com/aws/karpenter-provider-aws/pull/5445
from_git_ref: 6934ef58e8e13686d4f57c2d336dd165cbf3e759
to_git_ref: ${{ inputs.git_ref }}
region: ${{ inputs.region }}
k8s_version: ${{ inputs.k8s_version }}
Expand Down
Loading