Skip to content

Commit

Permalink
test: Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Nov 10, 2024
1 parent a80611f commit 028c1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/setup/kind/v1.30/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.30.4
image: kindest/node:v1.30.6
- role: worker
image: kindest/node:v1.30.4
image: kindest/node:v1.30.6
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down
4 changes: 2 additions & 2 deletions test/setup/kind/v1.31/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.31.1
image: kindest/node:v1.31.2
- role: worker
image: kindest/node:v1.31.1
image: kindest/node:v1.31.2
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down

0 comments on commit 028c1e6

Please sign in to comment.