change repo type to helm-chart,juju-bundle
Change-Id: Id46d9815fbab76b41ebe2bd21cad9d5f8aa056ad
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
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 @@
}
# K8s Repos
-k8srepo_types = {"enum": ["chart", "bundle"]}
+k8srepo_types = {"enum": ["helm-chart", "juju-bundle"]}
k8srepo_properties = {
"name": name_schema,
"description": description_schema,