Fix bug 2232: change deployment option helm-chart-v2 to helm-chart so that NBI accepts it
[osm/NG-UI.git] / src / app / k8s / k8s-add-cluster / K8sAddClusterComponent.ts
index bad533f..4eb70f7 100644 (file)
@@ -58,7 +58,7 @@ export class K8sAddClusterComponent implements OnInit {
   public deploymentMethodsSubmit: Map<string, boolean>;
 
   /** Contains all deployment methods selected */
-  public selectedDeploymentMethods: string[] = ['helm-chart-v2', 'helm-chart-v3', 'juju-bundle'];
+  public selectedDeploymentMethods: string[] = ['helm-chart', 'helm-chart-v3', 'juju-bundle'];
 
   /** Instance for active modal service @public */
   public activeModal: NgbActiveModal;
@@ -116,7 +116,7 @@ export class K8sAddClusterComponent implements OnInit {
     this.deploymentMethodsSelect = [
       {
         title: 'Helm v2',
-        value: 'helm-chart-v2'
+        value: 'helm-chart'
       },
       {
         title: 'Helm v3',