X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fk8s%2Fk8s-add-cluster%2FK8sAddClusterComponent.ts;h=91e56cf7ab591c850f3653fb24ae82be0f8ad9b9;hb=refs%2Fheads%2Fv12.0;hp=aa33193fbd3d7bdeed7ad0181c2c4ee440d5c87e;hpb=1f334d139429b0071679ee7ea55f748ef607ffde;p=osm%2FNG-UI.git diff --git a/src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.ts b/src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.ts index aa33193..91e56cf 100644 --- a/src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.ts +++ b/src/app/k8s/k8s-add-cluster/K8sAddClusterComponent.ts @@ -58,7 +58,7 @@ export class K8sAddClusterComponent implements OnInit { public deploymentMethodsSubmit: Map; /** 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',