Skip to content

Commit

Permalink
chore(upgrade): add support for upgrading to any custom tag within same
Browse files Browse the repository at this point in the history
version

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
  • Loading branch information
shubham14bajpai authored and kmova committed Jun 29, 2020
1 parent e69d397 commit 937ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/openebs.io/v1alpha1/versionDetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
validCurrentVersions = map[string]bool{
"1.0.0": true, "1.1.0": true, "1.2.0": true, "1.3.0": true,
"1.4.0": true, "1.5.0": true, "1.6.0": true, "1.7.0": true,
"1.8.0": true, "1.9.0": true, "1.10.0": true,
"1.8.0": true, "1.9.0": true, "1.10.0": true, "1.11.0": true,
}
validDesiredVersion = version.GetVersion()
)
Expand Down

0 comments on commit 937ce57

Please sign in to comment.