We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b54fee commit de746eaCopy full SHA for de746ea
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.1"
+ hybridOperatorVersion = "0.0.8"
47
48
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
49
- helmPluginVersion = "f47861f34e368bdcb0684a8834f75deec59c2c55"
+ helmPluginVersion = "v0.0.8"
50
)
51
52
var _ plugins.Scaffolder = &initScaffolder{}
0 commit comments