Skip to content

Commit

Permalink
Merge pull request #572 from MUzairS15/operator/install
Browse files Browse the repository at this point in the history
upgrade operator installation if already exists
  • Loading branch information
Mohd Uzair authored Aug 21, 2024
2 parents 9fdbc52 + b729c30 commit 017bac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/controllers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ func applyOperatorHelmChart(chartRepo string, client mesherykube.Client, meshery
Action: act,
// Setting override values
OverrideValues: overrides,

UpgradeIfInstalled: true,
})
if err != nil {
return err
Expand Down

0 comments on commit 017bac9

Please sign in to comment.