@@ -18,9 +18,9 @@ settings = {
1818 "deploy_cert_manager" : True ,
1919 "preload_images_for_kind" : True ,
2020 "kind_cluster_name" : "capg" ,
21- "capi_version" : "v1.7.3 " ,
21+ "capi_version" : "v1.11.0 " ,
2222 "cert_manager_version" : "v1.14.4" ,
23- "kubernetes_version" : "v1.29.3 " ,
23+ "kubernetes_version" : "v1.33.2 " ,
2424}
2525
2626keys = ["GCP_B64ENCODED_CREDENTIALS" ]
@@ -98,9 +98,9 @@ def validate_auth():
9898
9999tilt_helper_dockerfile_header = """
100100# Tilt image
101- FROM golang:1.23 .6 as tilt-helper
101+ FROM golang:1.24 .6 as tilt-helper
102102# Install delve. Note this should be kept in step with the Go release minor version.
103- RUN go install github.com/go-delve/delve/cmd/dlv@v1.23
103+ RUN go install github.com/go-delve/delve/cmd/dlv@v1.24
104104# Support live reloading with Tilt
105105RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
106106 wget --output-document /start.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/start.sh && \
@@ -109,7 +109,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
109109"""
110110
111111tilt_dockerfile_header = """
112- FROM golang:1.23 .6 as tilt
112+ FROM golang:1.24 .6 as tilt
113113WORKDIR /
114114COPY --from=tilt-helper /process.txt .
115115COPY --from=tilt-helper /start.sh .
0 commit comments