Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes-sigs/kind to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent f8c8520 commit f21e5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
cluster_name: kind-1
# renovate: depName=kubernetes-sigs/kind datasource=github-releases
version: v0.26.0
version: v0.27.0
config: test/kind-config.yaml
- name: kind-1 - Create metallb-system namespace
run: kubectl create namespace metallb-system --dry-run=client -oyaml | kubectl apply -f -
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
with:
cluster_name: kind-2
# renovate: depName=kubernetes-sigs/kind datasource=github-releases
version: v0.26.0
version: v0.27.0
config: test/kind-config.yaml
- name: kind-2 - Install allow-all network policies on system namespaces
env:
Expand Down

0 comments on commit f21e5bf

Please sign in to comment.