Skip to content

Commit

Permalink
ci: Bump to a version that uses eksctl version (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Sep 26, 2023
1 parent d29fb00 commit 5c2498b
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -66,9 +66,9 @@ jobs:
e2e-upgrade:
uses: ./.github/workflows/e2e-upgrade.yaml
with:
# This version matches the steps of the newest version of the create-cluster action
# which will prevent post-run of the create-cluster action not to fail
from_git_ref: dc0e340759a6a42f042405cf03347b6f3c328dd6
# This version matches the steps of the newest version of the install-eksctl action
# which will take in the eksctl_version into the composite action
from_git_ref: d29fb004f959d268ecfbddaccee004c99fc8c300
to_git_ref: ${{ inputs.git_ref }}
event_name: ${{ inputs.event_name }}
region: ${{ inputs.region }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
region: ${{ inputs.region }}
cluster_name: ${{ env.CLUSTER_NAME }}
k8s_version: ${{ inputs.k8s_version }}
eksctl_version: ${{ inputs.eksctl_version }}
ip_family: IPv4 # Set the value to IPv6 if IPv6 suite, else IPv4
git_ref: ${{ inputs.to_git_ref }}
- name: upgrade prometheus
Expand Down

0 comments on commit 5c2498b

Please sign in to comment.