Skip to content

Commit 6d71080

Browse files
authored
Users/shigupt/fix stable helm chart location 179 (#14125)
* Updating stable helm chart location * Updating task versions
1 parent f80a5e5 commit 6d71080

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

Tasks/HelmInstallerV0/src/helmtoolinstaller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ async function verifyHelm() {
4141
var helmTool = tl.tool(helmToolPath);
4242
helmTool.arg("init");
4343
helmTool.arg("--client-only");
44+
helmTool.arg("--stable-repo-url");
45+
helmTool.arg("https://charts.helm.sh/stable");
4446
return helmTool.exec()
4547
}
4648
}

Tasks/HelmInstallerV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 177,
16+
"Minor": 179,
1717
"Patch": 0
1818
},
1919
"demands": [],

Tasks/HelmInstallerV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 177,
16+
"Minor": 179,
1717
"Patch": 0
1818
},
1919
"demands": [],

Tasks/HelmInstallerV1/src/helmtoolinstaller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ async function verifyHelm() {
2727
var helmTool = tl.tool(helmToolPath);
2828
helmTool.arg("init");
2929
helmTool.arg("--client-only");
30+
helmTool.arg("--stable-repo-url");
31+
helmTool.arg("https://charts.helm.sh/stable");
3032
return helmTool.exec()
3133
}
3234
}

Tasks/HelmInstallerV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 175,
17-
"Patch": 1
16+
"Minor": 179,
17+
"Patch": 0
1818
},
1919
"preview": true,
2020
"demands": [],

Tasks/HelmInstallerV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 175,
17-
"Patch": 1
16+
"Minor": 179,
17+
"Patch": 0
1818
},
1919
"preview": true,
2020
"demands": [],

0 commit comments

Comments
 (0)