Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes-sigs/kind to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2022
1 parent 1e7673b commit bb1e53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-build-test.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
cluster_name: kind-1
# renovate: depName=kubernetes-sigs/kind
version: v0.12.0
version: v0.13.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 @@ -127,7 +127,7 @@ jobs:
with:
cluster_name: kind-2
# renovate: depName=kubernetes-sigs/kind
version: v0.12.0
version: v0.13.0
config: test/kind-config.yaml
- name: kind-2 - Install allow-all network policies on system namespaces
env:
Expand Down

0 comments on commit bb1e53c

Please sign in to comment.