From 6e446c053c09e66d3cb923923966c2241610cfbb Mon Sep 17 00:00:00 2001 From: Patrick Jungermann Date: Wed, 21 Jun 2023 09:36:32 +0200 Subject: [PATCH] docs: fix doc for allowed chars for `metadata.tags` Relates-to: PR #18330 Signed-off-by: Patrick Jungermann --- docs/features/software-catalog/descriptor-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index 1c9825d5ca..0be2bf0292 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -351,7 +351,7 @@ component, like `java` or `go`. This field is optional, and currently has no special semantics. -Each tag must be sequences of `[a-z0-9]` separated by `-`, at most 63 characters +Each tag must be sequences of `[a-z0-9:+#]` separated by `-`, at most 63 characters in total. ### `links` [optional]