From 1bdf4f9660d9ee956fb526bce040a29f61fe8261 Mon Sep 17 00:00:00 2001 From: shigupt202 <57620559+shigupt202@users.noreply.github.com> Date: Wed, 23 Dec 2020 19:40:55 +0530 Subject: [PATCH] Updating stable helm chart location (#14124) --- Tasks/HelmInstallerV0/src/helmtoolinstaller.ts | 2 ++ Tasks/HelmInstallerV0/task.json | 2 +- Tasks/HelmInstallerV0/task.loc.json | 2 +- Tasks/HelmInstallerV1/src/helmtoolinstaller.ts | 2 ++ Tasks/HelmInstallerV1/task.json | 4 ++-- Tasks/HelmInstallerV1/task.loc.json | 4 ++-- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Tasks/HelmInstallerV0/src/helmtoolinstaller.ts b/Tasks/HelmInstallerV0/src/helmtoolinstaller.ts index e2ef468b4962..5b5d7bad181c 100644 --- a/Tasks/HelmInstallerV0/src/helmtoolinstaller.ts +++ b/Tasks/HelmInstallerV0/src/helmtoolinstaller.ts @@ -41,6 +41,8 @@ async function verifyHelm() { var helmTool = tl.tool(helmToolPath); helmTool.arg("init"); helmTool.arg("--client-only"); + helmTool.arg("--stable-repo-url"); + helmTool.arg("https://charts.helm.sh/stable"); return helmTool.exec() } } diff --git a/Tasks/HelmInstallerV0/task.json b/Tasks/HelmInstallerV0/task.json index a1bf5ae7edf5..9d6d2ed3ce43 100644 --- a/Tasks/HelmInstallerV0/task.json +++ b/Tasks/HelmInstallerV0/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 177, + "Minor": 180, "Patch": 0 }, "demands": [], diff --git a/Tasks/HelmInstallerV0/task.loc.json b/Tasks/HelmInstallerV0/task.loc.json index 672e598c0b1e..1872abe17979 100644 --- a/Tasks/HelmInstallerV0/task.loc.json +++ b/Tasks/HelmInstallerV0/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 177, + "Minor": 180, "Patch": 0 }, "demands": [], diff --git a/Tasks/HelmInstallerV1/src/helmtoolinstaller.ts b/Tasks/HelmInstallerV1/src/helmtoolinstaller.ts index 5ff4697d40fe..4aca664018e4 100644 --- a/Tasks/HelmInstallerV1/src/helmtoolinstaller.ts +++ b/Tasks/HelmInstallerV1/src/helmtoolinstaller.ts @@ -27,6 +27,8 @@ async function verifyHelm() { var helmTool = tl.tool(helmToolPath); helmTool.arg("init"); helmTool.arg("--client-only"); + helmTool.arg("--stable-repo-url"); + helmTool.arg("https://charts.helm.sh/stable"); return helmTool.exec() } } diff --git a/Tasks/HelmInstallerV1/task.json b/Tasks/HelmInstallerV1/task.json index 19e99c5f3670..e54bf76c64dc 100644 --- a/Tasks/HelmInstallerV1/task.json +++ b/Tasks/HelmInstallerV1/task.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 175, - "Patch": 1 + "Minor": 180, + "Patch": 0 }, "preview": true, "demands": [], diff --git a/Tasks/HelmInstallerV1/task.loc.json b/Tasks/HelmInstallerV1/task.loc.json index c57ec0d631f6..d9c3a85b66ee 100644 --- a/Tasks/HelmInstallerV1/task.loc.json +++ b/Tasks/HelmInstallerV1/task.loc.json @@ -13,8 +13,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 175, - "Patch": 1 + "Minor": 180, + "Patch": 0 }, "preview": true, "demands": [],