Skip to content

Commit

Permalink
fix addon manager image is not picked during upgarde (#397)
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Qiu <[email protected]>
  • Loading branch information
qiujian16 authored Nov 23, 2023
1 parent 5c0fb4e commit 907d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/upgrade/clustermanager/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (o *Options) complete(cmd *cobra.Command, args []string) (err error) {
RegistrationImageVersion: versionBundle.Registration,
PlacementImageVersion: versionBundle.Placement,
WorkImageVersion: versionBundle.Work,
AddonManagerImageVersion: versionBundle.AddonManager,
OperatorImageVersion: versionBundle.Operator,
},
}
Expand Down

0 comments on commit 907d161

Please sign in to comment.