Skip to content

Commit

Permalink
Update mongo.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ranjith M P <[email protected]>
  • Loading branch information
r1jt authored Oct 29, 2024
1 parent 8ebd47c commit d28eaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mongo.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (mb *mongoBuilder) Build() (MongoApp, error) {
}

func (mb *mongoBuilder) Upgrade(app *MongoApp) (MongoApp, error) {
err := UpgradeHelmChart(e2e_config.GetConfig().Product.MongoHelmRepo, mb.namespace, app.Mongo.ReleaseName, mb.values)
_, err := k8stest.UpgradeHelmChart(e2e_config.GetConfig().Product.MongoHelmRepo, mb.namespace, app.Mongo.ReleaseName, mb.values)
if err != nil {
return MongoApp{}, err
}
Expand Down

0 comments on commit d28eaef

Please sign in to comment.