Skip to content

Commit de746ea

Browse files
[release PR] Release prep PR 0.0.8 (#108)
Signed-off-by: varshaprasad96 <[email protected]>
1 parent 9b54fee commit de746ea

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
@@ -43,10 +43,10 @@ const (
4343
imageName = "controller:latest"
4444

4545
// TODO: This is a placeholder for now. This would probably be the operator-sdk version
46-
hybridOperatorVersion = "0.0.1"
46+
hybridOperatorVersion = "0.0.8"
4747

4848
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
49-
helmPluginVersion = "f47861f34e368bdcb0684a8834f75deec59c2c55"
49+
helmPluginVersion = "v0.0.8"
5050
)
5151

5252
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)