File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.23 as builder
2
+ FROM golang:1.24 as builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ CHART_TESTING_VERSION := 3.12.0
3
3
# https://github.com/kubernetes-sigs/controller-tools/releases
4
4
CONTROLLER_TOOLS_VERSION := v0.18.0
5
5
# https://github.com/helm/helm/releases
6
- HELM_VERSION := 3.17 .1
6
+ HELM_VERSION := 3.18 .1
7
7
# https://github.com/kubernetes-sigs/kind/releases
8
- KIND_VERSION := v0.27 .0
8
+ KIND_VERSION := v0.29 .0
9
9
# https://github.com/kubernetes-sigs/kustomize/releases
10
10
KUSTOMIZE_VERSION := v5.6.0
11
11
@@ -22,9 +22,9 @@ ENVTEST_K8S_VERSION := $(KUBERNETES_VERSION).x
22
22
23
23
# The container version of kind must be with the digest.
24
24
# ref. https://github.com/kubernetes-sigs/kind/releases
25
- KIND_NODE_VERSION := kindest/node:v1.32.2 @sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f
26
- ifeq ($(KUBERNETES_VERSION ) , 1.31 )
27
- KIND_NODE_VERSION := kindest/node:v1.31.6 @sha256:28b7cbb993dfe093c76641a0c95807637213c9109b761f1d422c2400e22b8e87
28
- else ifeq ($(KUBERNETES_VERSION), 1.30 )
29
- KIND_NODE_VERSION := kindest/node:v1.30.10 @sha256:4de75d0e82481ea846c0ed1de86328d821c1e6a6a91ac37bf804e5313670e507
25
+ KIND_NODE_VERSION := kindest/node:v1.33.1 @sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
26
+ ifeq ($(KUBERNETES_VERSION ) , 1.32 )
27
+ KIND_NODE_VERSION := kindest/node:v1.32.5 @sha256:e3b2327e3a5ab8c76f5ece68936e4cafaa82edf58486b769727ab0b3b97a5b0d
28
+ else ifeq ($(KUBERNETES_VERSION), 1.31 )
29
+ KIND_NODE_VERSION := kindest/node:v1.31.9 @sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211
30
30
endif
You can’t perform that action at this time.
0 commit comments