Skip to content

Commit 4e6d6fd

Browse files
unni-facetspramodh-ayyappan
authored andcommitted
support numbers as well in helm chartname (#335)
1 parent 34d178d commit 4e6d6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/helm/k8s/0.1/facets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
title: Chart
2323
description: Name of the Helm chart package
2424
x-ui-placeholder: Enter name of the helm chart
25-
pattern: '^[a-zA-Z]+(-[a-zA-Z]+)*[a-zA-Z]$'
25+
pattern: '^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*[a-zA-Z0-9]$'
2626
x-ui-error-message: "Invalid format. Only alphabets and hypens are allowed"
2727
repository:
2828
type: string

0 commit comments

Comments
 (0)