File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1313 "author" : " Microsoft Corporation" ,
1414 "version" : {
1515 "Major" : 0 ,
16- "Minor" : 177 ,
16+ "Minor" : 179 ,
1717 "Patch" : 0
1818 },
1919 "demands" : [],
Original file line number Diff line number Diff line change 1313 "author" : " Microsoft Corporation" ,
1414 "version" : {
1515 "Major" : 0 ,
16- "Minor" : 177 ,
16+ "Minor" : 179 ,
1717 "Patch" : 0
1818 },
1919 "demands" : [],
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" : [],
Original file line number Diff line number Diff line change 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" : [],
You can’t perform that action at this time.
0 commit comments