Skip to content

Commit

Permalink
update scaffolding for 0.0.9 release (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
varshaprasad96 committed Jan 24, 2022
1 parent 5b1f073 commit 44fa7b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkg/plugins/hybrid/v1alpha/scaffolds/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ import (

const (
// ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project
ControllerRuntimeVersion = "v0.10.0"
ControllerRuntimeVersion = "v0.11.0"
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
ControllerToolsVersion = "v0.6.2"
ControllerToolsVersion = "v0.8.0"
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
KustomizeVersion = "v3.8.7"

imageName = "controller:latest"

// TODO: This is a placeholder for now. This would probably be the operator-sdk version
hybridOperatorVersion = "0.0.8"
hybridOperatorVersion = "0.0.9"

// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
helmPluginVersion = "v0.0.8"
helmPluginVersion = "v0.0.9"
)

var _ plugins.Scaffolder = &initScaffolder{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (f *GoMod) SetTemplateDefaults() error {
const goModTemplate = `
module {{ .Repo }}
go 1.16
go 1.17
require (
sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
Expand Down

0 comments on commit 44fa7b9

Please sign in to comment.