Skip to content

Commit

Permalink
fix extension crd field name error,rename recommendVersion to recomme…
Browse files Browse the repository at this point in the history
…ndedVersion.
  • Loading branch information
isyes committed Nov 28, 2022
1 parent 51ab1e0 commit 731d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/extension/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
displayName: {{.DisplayName | toJson}}
icon: {{.Icon | quote}}
status:
recommendVersion: {{.Version}}
recommendedVersion: {{.Version}}
`)
if err != nil {
panic(err)
Expand Down

0 comments on commit 731d556

Please sign in to comment.