Skip to content

Commit 984ccb8

Browse files
🐛 (API) remove Kustomize_version const from golang plugin - the version is defined in the kustomize plugins
1 parent dda4b5f commit 984ccb8

File tree

1 file changed

+0
-10
lines changed
  • pkg/plugins/golang/v3/scaffolds

1 file changed

+0
-10
lines changed

pkg/plugins/golang/v3/scaffolds/init.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ const (
3737
ControllerRuntimeVersion = "v0.12.1"
3838
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
3939
ControllerToolsVersion = "v0.9.0"
40-
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
41-
// @Deprecated. This information ought to come from kustomize plugin
42-
// Note that by updating the following value nothing will change for the go/3 plugin
43-
// it is no longer used and it was not removed only because it would be a breaking
44-
// change for the API. (api-diff check)
45-
//
46-
// NOTE: If you want to update the kustomize version used by this plugin
47-
// then you need to update it in pkg/plugins/common/kustomize/v1/plugin.go
48-
// Todo: we should remove it for the next go/v4 plugin
49-
KustomizeVersion = "v3.8.7"
5040

5141
imageName = "controller:latest"
5242
)

0 commit comments

Comments
 (0)