docs: wording [ci skip]

This commit is contained in:
2023-07-26 09:58:30 +02:00
parent 473cae0146
commit 1e110f1375

View File

@ -157,8 +157,8 @@ var LintRules = map[string][]LintRule{
{
Ref: "R014",
Level: "error",
Description: "invalid lightweight tag used for recipe version",
HowToResolve: "replace tag with annotated version, see operator docs",
Description: "only annotated tags used for recipe version",
HowToResolve: "replace lightweight tag with annotated tag",
Function: LintValidTags,
},
},