Fix repo types to helm-chart and juju-bundle

Change-Id: Ib5cdc04f222e106169a8cfafde362b7a3d01070d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/k8srepohandler/template/modal/k8srepo_register.html b/k8srepohandler/template/modal/k8srepo_register.html
index b090bc8..b742d79 100644
--- a/k8srepohandler/template/modal/k8srepo_register.html
+++ b/k8srepohandler/template/modal/k8srepo_register.html
@@ -35,8 +35,8 @@
                         <label for="k8sr_type" class="col-sm-2">Type *</label>
                         <div class="col-sm-3">
                             <select required id="k8sr_type" name="type" class="form-control">
-                                <option value="chart">Chart</option>
-                                <option value="bundle">Bundle</option>
+                                <option value="helm-chart">Helm Chart</option>
+                                <option value="juju-bundle">Juju Bundle</option>
                             </select>
                         </div>