diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index 27aaf6b1..58ac1696 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -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 }} @@ -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 }}