Skip to content

Commit

Permalink
ci: update helm and skaffold for e2e tests (#655)
Browse files Browse the repository at this point in the history
Update e2e test tools, except kubectl, to the latest version.
  • Loading branch information
jooola committed May 31, 2024
1 parent 77438db commit e2b0ed6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
helm
kubectl
skaffold
helm: v3.11.2
helm: v3.15.1
kubectl: v1.29.0
skaffold: v2.3.0
skaffold: v2.12.0
- name: Install k3sup
run: |
curl -sLS https://get.k3sup.dev | sh
Expand Down Expand Up @@ -153,9 +153,9 @@ jobs:
helm
kubectl
skaffold
helm: v3.11.2
helm: v3.15.1
kubectl: v1.29.0
skaffold: v2.3.0
skaffold: v2.12.0
- name: Install k3sup
run: |
curl -sLS https://get.k3sup.dev | sh
Expand Down

0 comments on commit e2b0ed6

Please sign in to comment.