Skip to content

Commit

Permalink
Users/shigupt/fix stable helm chart location 179 (#14125)
Browse files Browse the repository at this point in the history
* Updating stable helm chart location

* Updating task versions
  • Loading branch information
shigupt202 authored Dec 22, 2020
1 parent f80a5e5 commit 6d71080
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": 179,
"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": 179,
"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": 179,
"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": 179,
"Patch": 0
},
"preview": true,
"demands": [],
Expand Down

0 comments on commit 6d71080

Please sign in to comment.