We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b93fd commit f4af9ccCopy full SHA for f4af9cc
pkg/plugins/hybrid/v1alpha/scaffolds/init.go
@@ -43,10 +43,10 @@ const (
43
imageName = "controller:latest"
44
45
// TODO: This is a placeholder for now. This would probably be the operator-sdk version
46
- hybridOperatorVersion = "0.0.10"
+ hybridOperatorVersion = "0.0.11"
47
48
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
49
- helmPluginVersion = "v0.0.10"
+ helmPluginVersion = "v0.0.11"
50
)
51
52
var _ plugins.Scaffolder = &initScaffolder{}
0 commit comments