File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pkg/plugins/hybrid/v1alpha/scaffolds Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ import (
3434
3535const (
3636 // ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project
37- ControllerRuntimeVersion = "v0.10 .0"
37+ ControllerRuntimeVersion = "v0.11 .0"
3838 // ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
39- ControllerToolsVersion = "v0.6.2 "
39+ ControllerToolsVersion = "v0.8.0 "
4040 // KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
4141 KustomizeVersion = "v3.8.7"
4242
4343 imageName = "controller:latest"
4444
4545 // TODO: This is a placeholder for now. This would probably be the operator-sdk version
46- hybridOperatorVersion = "0.0.8 "
46+ hybridOperatorVersion = "0.0.9 "
4747
4848 // helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
49- helmPluginVersion = "v0.0.8 "
49+ helmPluginVersion = "v0.0.9 "
5050)
5151
5252var _ plugins.Scaffolder = & initScaffolder {}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ func (f *GoMod) SetTemplateDefaults() error {
4646const goModTemplate = `
4747module {{ .Repo }}
4848
49- go 1.16
49+ go 1.17
5050
5151require (
5252 sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
You can’t perform that action at this time.
0 commit comments