Skip to content

Commit 9ebc116

Browse files
authored
scaffolds: update versions in preparation for v0.2.0 release (#328)
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
1 parent 6e98159 commit 9ebc116

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const (
4141
imageName = "controller:latest"
4242

4343
// TODO: This is a placeholder for now. This would probably be the operator-sdk version
44-
hybridOperatorVersion = "0.1.3"
44+
hybridOperatorVersion = "0.2.0"
4545

4646
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
47-
helmPluginVersion = "v0.1.3"
47+
helmPluginVersion = "v0.2.0"
4848
)
4949

5050
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)