mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-07 15:49:13 +08:00
Update kind action
This commit is contained in:
parent
883a270f56
commit
ec3209bdb3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -82,8 +82,8 @@ jobs:
|
|||
- name: Create kind cluster
|
||||
uses: helm/kind-action@v1.5.0
|
||||
with:
|
||||
version: v0.14.0
|
||||
kubectl_version: v1.24.0
|
||||
version: v0.17.0
|
||||
kubectl_version: v1.25.3
|
||||
- name: Install Helm Chart
|
||||
run: ./testdata/e2e/bin/install-chart.sh
|
||||
- name: Wait for sync to finish
|
||||
|
|
Loading…
Reference in a new issue