Skip to content

Commit

Permalink
Merge pull request #248 from Abirdcfly/update-cluster
Browse files Browse the repository at this point in the history
chore: bump k8s cluster version from 1.24.13 to 1.24.15
  • Loading branch information
bjwswang authored Nov 21, 2023
2 parents f2f2ac8 + 798c6ae commit c5a6da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kind.x-k8s.io/v1alpha4
name: kubeagi
nodes:
- role: control-plane
image: kindest/node:v1.24.13
image: kindest/node:v1.24.15
kubeadmConfigPatches:
- |
kind: InitConfiguration
Expand All @@ -20,4 +20,4 @@ nodes:
protocol: TCP
- containerPort: 443
hostPort: 443
protocol: TCP
protocol: TCP

0 comments on commit c5a6da3

Please sign in to comment.