Skip to content

Commit

Permalink
Updating stable helm chart location (microsoft#14124)
Browse files Browse the repository at this point in the history
  • Loading branch information
shigupt202 authored and amit-avit committed Jan 18, 2021
1 parent 1aa4a4d commit 1bdf4f9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Tasks/HelmInstallerV0/src/helmtoolinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 177,
"Minor": 180,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 177,
"Minor": 180,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 2 additions & 0 deletions Tasks/HelmInstallerV1/src/helmtoolinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down
4 changes: 2 additions & 2 deletions Tasks/HelmInstallerV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 175,
"Patch": 1
"Minor": 180,
"Patch": 0
},
"preview": true,
"demands": [],
Expand Down
4 changes: 2 additions & 2 deletions Tasks/HelmInstallerV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 175,
"Patch": 1
"Minor": 180,
"Patch": 0
},
"preview": true,
"demands": [],
Expand Down

0 comments on commit 1bdf4f9

Please sign in to comment.