Skip to content

Commit

Permalink
scaffolds: update versions in preparation for v0.2.1 release (#330)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford committed May 1, 2024
1 parent b5dce41 commit d833b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/plugins/hybrid/v1alpha/scaffolds/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const (
imageName = "controller:latest"

// TODO: This is a placeholder for now. This would probably be the operator-sdk version
hybridOperatorVersion = "0.2.0"
hybridOperatorVersion = "0.2.1"

// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
helmPluginVersion = "v0.2.0"
helmPluginVersion = "v0.2.1"
)

var _ plugins.Scaffolder = &initScaffolder{}
Expand Down

0 comments on commit d833b2f

Please sign in to comment.