Skip to content

Commit

Permalink
Fix version for k8s 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Jan 25, 2024
1 parent 553ea7b commit 8706f0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
public_cloud: "false"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: ${{ secrets.RKE_VERSION }}
kubernetes_version: ${{ secrets.KUBERNETES_VERSION }}
rke_version: "v1.4.12"
kubernetes_version: "v1.26.11-rancher2-1"
bastion_vm_type: ${{ secrets.BASTION_VMTYPE }}
worker_vm_type: ${{ secrets.WORKER_VMTYPE }}
control_plane_vm_type: ${{ secrets.CP_VMTYPE }}
Expand All @@ -82,8 +82,8 @@ jobs:
public_cloud: "true"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: ${{ secrets.RKE_VERSION }}
kubernetes_version: ${{ secrets.KUBERNETES_VERSION }}
rke_version: "v1.4.12"
kubernetes_version: "v1.26.11-rancher2-1"
bastion_vm_type: ${{ secrets.BASTION_VMTYPE }}
worker_vm_type: ${{ secrets.WORKER_VMTYPE }}
control_plane_vm_type: ${{ secrets.CP_VMTYPE }}
Expand Down

0 comments on commit 8706f0e

Please sign in to comment.