diff --git a/src/helm/helm.ts b/src/helm/helm.ts index cc33b6220..66978a278 100644 --- a/src/helm/helm.ts +++ b/src/helm/helm.ts @@ -78,7 +78,7 @@ export async function installHelmChart( ): Promise { await syncHelmRepo(repoName); return await CliChannel.getInstance().executeTool( - HelmCommands.installHelmChart(name, repoName, chartName, version), undefined, false + HelmCommands.installHelmChart(name, repoName, chartName, version) ); }