We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dce41 commit d833b2fCopy full SHA for d833b2f
pkg/plugins/hybrid/v1alpha/scaffolds/init.go
@@ -41,10 +41,10 @@ const (
41
imageName = "controller:latest"
42
43
// TODO: This is a placeholder for now. This would probably be the operator-sdk version
44
- hybridOperatorVersion = "0.2.0"
+ hybridOperatorVersion = "0.2.1"
45
46
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
47
- helmPluginVersion = "v0.2.0"
+ helmPluginVersion = "v0.2.1"
48
)
49
50
var _ plugins.Scaffolder = &initScaffolder{}
0 commit comments