Skip to content

Commit

Permalink
chore: test with k3s version
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Sep 26, 2024
1 parent 38cb5eb commit dc951fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
workload:
- StatefulSet
- Deployment
version:
- v1.30.5
- v1.17.17
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +38,7 @@ jobs:
- name: Create k3d cluster
run: |
k3d cluster create databend
k3d cluster create databend --image rancher/k3s:${{ matrix.version }}-k3s1
kubectl cluster-info
- uses: azure/setup-helm@v4
Expand Down

0 comments on commit dc951fe

Please sign in to comment.