Remove restriction on tags, they might contain hyphons and etc.

This commit is contained in:
Kasra Bigdeli
2019-01-22 23:12:27 -08:00
parent fbc02c46d3
commit 08bc5cc7de
14 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
"label": "CouchDB Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/couchdb/tags/",
"defaultValue": "2",
"validRegex": "/^([a-zA-Z0-9-.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_couchdb_user",