Skip to content

Commit

Permalink
Merge pull request #2787 from camilamacedo86/kust-ver
Browse files Browse the repository at this point in the history
🐛 (API) remove KustomizeVersion const from golang plugin ( the version is defined in the kustomize plugins which is responsable for )
  • Loading branch information
camilamacedo86 authored Jul 4, 2022
2 parents 9a435ce + 984ccb8 commit ac091b4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/plugins/golang/v3/scaffolds/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ const (
ControllerRuntimeVersion = "v0.12.1"
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
ControllerToolsVersion = "v0.9.0"
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
// @Deprecated. This information ought to come from kustomize plugin
// Note that by updating the following value nothing will change for the go/3 plugin
// it is no longer used and it was not removed only because it would be a breaking
// change for the API. (api-diff check)
//
// NOTE: If you want to update the kustomize version used by this plugin
// then you need to update it in pkg/plugins/common/kustomize/v1/plugin.go
// Todo: we should remove it for the next go/v4 plugin
KustomizeVersion = "v3.8.7"

imageName = "controller:latest"
)
Expand Down

0 comments on commit ac091b4

Please sign in to comment.