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;
this.deploymentMethodsSelect = [
{
title: 'Helm v2',
- value: 'helm-chart-v2'
+ value: 'helm-chart'
},
{
title: 'Helm v3',