Skip to content

Commit

Permalink
Merge pull request #123 from openebs/update-localpv-version
Browse files Browse the repository at this point in the history
chore: upgrade localPV version to 4.2.0
  • Loading branch information
rohan2794 authored Feb 20, 2025
2 parents 7246b66 + 92b84ef commit 2f3208d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/mayastor/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
DefRebuildTimeoutSecs = 600 // in seconds
sleepTime = 3 // in seconds
// FioRunTime = 1800 // in seconds
toLocalpvProvisionerImage = "4.1.4"
toLocalpvProvisionerImage = "4.2.0"
)

// DisablePartialRebuildUpgradeVersions contains list of product
Expand Down
1 change: 1 addition & 0 deletions configurations/product/mayastor_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ product:
2.7.1: "openebs.io/v1beta2"
2.7.2: "openebs.io/v1beta2"
2.7.3: "openebs.io/v1beta2"
2.7.4: "openebs.io/v1beta2"
2.8.0: "openebs.io/v1beta2"
chartName: "mayastor"
chartVersion: "0.0.0-main"
Expand Down

0 comments on commit 2f3208d

Please sign in to comment.