Skip to content

Commit

Permalink
Merge pull request #18 from isyes/fix
Browse files Browse the repository at this point in the history
fix extension crd field name error,rename recommendVersion to recomme…
  • Loading branch information
zheng1 authored Nov 28, 2022
2 parents 51ab1e0 + 731d556 commit 969f8d5
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 969f8d5

Please sign in to comment.