Skip to content

Commit

Permalink
Update helm_utils.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ranjith M P <[email protected]>
  • Loading branch information
r1jt committed Oct 23, 2024
1 parent c1cb596 commit 94cc1ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/helm_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"io/ioutil"
"github.com/openebs/openebs-e2e/common"
"github.com/openebs/openebs-e2e/common/e2e_config"
"os"

logf "sigs.k8s.io/controller-runtime/pkg/log"
)
Expand Down Expand Up @@ -228,7 +229,7 @@ func UmbrellaUpgrade(isPartialRebuildDisableNeeded bool) (string, error) {

GetHelmValues(e2e_config.GetConfig().Product.HelmReleaseName, common.NSMayastor(), oldValues)

UpgradeHelmChartfromValues(e2e_config.GetConfig().Product.HelmReleaseName, common.NSMayastor(), values, oldValues, e2e_config.GetConfig().ImageTag)
UpgradeHelmChartfromValues("mayastor/openebs",e2e_config.GetConfig().Product.HelmReleaseName, common.NSMayastor(), values, oldValues, e2e_config.GetConfig().ImageTag)

return stderr.String(), nil
}

0 comments on commit 94cc1ef

Please sign in to comment.