File tree 2 files changed +5
-5
lines changed
pkg/plugins/hybrid/v1alpha/scaffolds
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ import (
34
34
35
35
const (
36
36
// ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project
37
- ControllerRuntimeVersion = "v0.10 .0"
37
+ ControllerRuntimeVersion = "v0.11 .0"
38
38
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
39
- ControllerToolsVersion = "v0.6.2 "
39
+ ControllerToolsVersion = "v0.8.0 "
40
40
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
41
41
KustomizeVersion = "v3.8.7"
42
42
43
43
imageName = "controller:latest"
44
44
45
45
// 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 "
47
47
48
48
// 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 "
50
50
)
51
51
52
52
var _ plugins.Scaffolder = & initScaffolder {}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ func (f *GoMod) SetTemplateDefaults() error {
46
46
const goModTemplate = `
47
47
module {{ .Repo }}
48
48
49
- go 1.16
49
+ go 1.17
50
50
51
51
require (
52
52
sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
You can’t perform that action at this time.
0 commit comments