From: tierno Date: Tue, 3 Dec 2019 23:50:49 +0000 (+0000) Subject: change repo type to helm-chart,juju-bundle X-Git-Tag: v7.0.0rc1~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=332e080919376d26f7bb98478d9ebe14b73f4d03 change repo type to helm-chart,juju-bundle Change-Id: Id46d9815fbab76b41ebe2bd21cad9d5f8aa056ad Signed-off-by: tierno --- diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 56a2018..69caff7 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -587,7 +587,7 @@ k8scluster_edit_schema = { } # K8s Repos -k8srepo_types = {"enum": ["chart", "bundle"]} +k8srepo_types = {"enum": ["helm-chart", "juju-bundle"]} k8srepo_properties = { "name": name_schema, "description": description_schema,