Skip to content

Commit

Permalink
update verion in e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Sep 17, 2024
1 parent 219029c commit c0bdde0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: azure/[email protected]
- uses: azure/setup-helm@v3
with:
version: v3.10.1
version: v3.16.1
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
Expand All @@ -59,8 +59,8 @@ jobs:
osc_secret_key: ${{ secrets.OSC_SECRET_KEY }}
osc_region: ${{ secrets.OSC_REGION }}
image_id: ${{ secrets.OMI_ID }}
rke_version: "v1.4.12"
kubernetes_version: "v1.26.11-rancher2-1"
rke_version: "v1.6.1"
kubernetes_version: "v1.30.3-rancher1-1"
- name: Wait to access the cluster
uses: nick-invision/retry@v2
with:
Expand Down

0 comments on commit c0bdde0

Please sign in to comment.