Skip to content

Commit

Permalink
chore(release): 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Jan 3, 2022
1 parent 99a09da commit a22b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ definitions:
examples:
- '1'
- 200m
pattern: (^[1-9][0-9]*(?!<.*)$)|(^([0]|[1-9]+)\.[0-9]{1,3}(?!<.*)$)|(^[1-9][0-9]*m$)
pattern: ^([1-9][0-9]*|([0]|[1-9]+)\\.[0-9]{1,3}|[1-9][0-9]*m)$
type: string
domain:
pattern: '^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$'
Expand Down

0 comments on commit a22b67d

Please sign in to comment.