File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
pkg/plugins/golang/v3/scaffolds Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const (
40
40
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
41
41
ControllerToolsVersion = "v0.4.1"
42
42
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
43
- KustomizeVersion = "v3.5.4 "
43
+ KustomizeVersion = "v3.8.7 "
44
44
45
45
imageName = "controller:latest"
46
46
)
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ controller-gen:
77
77
# Download kustomize locally if necessary
78
78
KUSTOMIZE = $(shell pwd) /bin/kustomize
79
79
kustomize :
80
- $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/v3@v3.5.4 )
80
+ $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/v3@v3.8.7 )
81
81
82
82
# go-get-tool will 'go get' any package $2 and install it to $1.
83
83
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ controller-gen:
77
77
# Download kustomize locally if necessary
78
78
KUSTOMIZE = $(shell pwd) /bin/kustomize
79
79
kustomize :
80
- $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/v3@v3.5.4 )
80
+ $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/v3@v3.8.7 )
81
81
82
82
# go-get-tool will 'go get' any package $2 and install it to $1.
83
83
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ controller-gen:
77
77
# Download kustomize locally if necessary
78
78
KUSTOMIZE = $(shell pwd) /bin/kustomize
79
79
kustomize :
80
- $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/v3@v3.5.4 )
80
+ $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/v3@v3.8.7 )
81
81
82
82
# go-get-tool will 'go get' any package $2 and install it to $1.
83
83
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
You can’t perform that action at this time.
0 commit comments