Skip to content

Commit 81594a9

Browse files
authored
Updated Helm download Url (#15821)
* updated helm download url * bumped task vesrions required for this change * bumped task versions
1 parent 2983272 commit 81594a9

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

Tasks/AzureFunctionOnKubernetesV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 198,
17+
"Minor": 201,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/AzureFunctionOnKubernetesV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 198,
17+
"Minor": 201,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/Common/utility-common-v2/helmutility.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ function findHelm(rootFolder: string) {
5151
function getHelmDownloadURL(version: string): string {
5252
switch (os.type()) {
5353
case 'Linux':
54-
return util.format("https://storage.googleapis.com/kubernetes-helm/helm-%s-linux-amd64.zip", version);
54+
return util.format("https://get.helm.sh/helm-%s-linux-amd64.zip", version);
5555

5656
case 'Darwin':
57-
return util.format("https://storage.googleapis.com/kubernetes-helm/helm-%s-darwin-amd64.zip", version);
57+
return util.format("https://get.helm.sh/helm-%s-darwin-amd64.zip", version);
5858

5959
case 'Windows_NT':
60-
return util.format("https://storage.googleapis.com/kubernetes-helm/helm-%s-windows-amd64.zip", version);
60+
return util.format("https://get.helm.sh/helm-%s-windows-amd64.zip", version);
6161

6262
default:
6363
throw Error("Unknown OS type");

Tasks/ContainerStructureTestV0/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": 198,
16+
"Minor": 201,
1717
"Patch": 0
1818
},
1919
"preview": true,

Tasks/ContainerStructureTestV0/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": 198,
16+
"Minor": 201,
1717
"Patch": 0
1818
},
1919
"preview": true,

Tasks/DockerV2/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": 2,
16-
"Minor": 198,
16+
"Minor": 201,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.172.0",

Tasks/DockerV2/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": 2,
16-
"Minor": 198,
16+
"Minor": 201,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.172.0",

Tasks/DuffleInstallerV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 0,
15-
"Minor": 198,
15+
"Minor": 201,
1616
"Patch": 0
1717
},
1818
"demands": [],

Tasks/DuffleInstallerV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 0,
15-
"Minor": 198,
15+
"Minor": 201,
1616
"Patch": 0
1717
},
1818
"demands": [],

Tasks/GitHubReleaseV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preview": false,
1515
"version": {
1616
"Major": 1,
17-
"Minor": 198,
17+
"Minor": 201,
1818
"Patch": 0
1919
},
2020
"demands": [],

0 commit comments

Comments
 (0)