docs: wording [ci skip]

This commit is contained in:
decentral1se 2023-07-26 09:58:30 +02:00
parent 473cae0146
commit 1e110f1375
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

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,
},
},