X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fk8s%2Fk8s-add-cluster%2FK8sAddClusterComponent.ts;h=4eb70f76b883763d90429abc43a692e05d2348a5;hb=bc7c077fc0fe3521e2b2d63138f8a41884bf90d1;hp=bad533f90cb10f530adc3d33871e0a0e10ba951d;hpb=5b35bcd21392dc71d3a847ba3a20e9fcd38534f6;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 bad533f..4eb70f7 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',