Skip to content

Commit

Permalink
test: Fix k8s_version input to upgrade test (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jun 22, 2023
1 parent 3df77db commit 52db004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
role: ${{ vars.ROLE_NAME }}
region: ${{ vars.AWS_REGION }}
cluster_name: ${{ env.CLUSTER_NAME }}
kubernetes_version: ${{ inputs.k8s_version }}
k8s_version: ${{ inputs.k8s_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 52db004

Please sign in to comment.