Skip to content

Commit d0b93fd

Browse files
authored
Update init.go (#175)
1 parent c75c4f1 commit d0b93fd

File tree

1 file changed

+2
-2
lines changed
  • pkg/plugins/hybrid/v1alpha/scaffolds

1 file changed

+2
-2
lines changed

pkg/plugins/hybrid/v1alpha/scaffolds/init.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ import (
3434

3535
const (
3636
// ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project
37-
ControllerRuntimeVersion = "v0.11.0"
37+
ControllerRuntimeVersion = "v0.12.1"
3838
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
39-
ControllerToolsVersion = "v0.8.0"
39+
ControllerToolsVersion = "v0.9.0"
4040
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
4141
KustomizeVersion = "v3.8.7"
4242

0 commit comments

Comments
 (0)