Skip to content

Commit

Permalink
update k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Nov 26, 2024
1 parent 92693a4 commit cf3131c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HELM_VERSION ?= v3.16.3
# Dev Setup
#####################################################################
CLUSTER_NAME ?= ccm-$(shell git rev-parse --short HEAD)
K8S_VERSION ?= "v1.29.1"
K8S_VERSION ?= "v1.31.2"
CAPI_VERSION ?= "v1.6.3"
CAAPH_VERSION ?= "v0.2.1"
CAPL_VERSION ?= "v0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion e2e/setup/ctlptl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kindV1Alpha4Cluster:
name: caplccm
nodes:
- role: control-plane
image: kindest/node:v1.29.2
image: kindest/node:v1.31.2

0 comments on commit cf3131c

Please sign in to comment.