From 1e110f137549be0e237604392e5050eaabf47c8e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 26 Jul 2023 09:58:30 +0200 Subject: [PATCH] docs: wording [ci skip] --- pkg/lint/recipe.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/lint/recipe.go b/pkg/lint/recipe.go index d77ef870..10233f92 100644 --- a/pkg/lint/recipe.go +++ b/pkg/lint/recipe.go @@ -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, }, },