File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7661,8 +7661,10 @@ PERFORMANCE OF THIS SOFTWARE.
76617661 helmUrl = "https://get.helm.sh/helm-v"
76627662 . concat ( helmVersion , "-" )
76637663 . concat ( platform , "-amd64.tar.gz" ) ;
7664- // https://github.com/helmfile/helmfile/releases/download/v0.152.0/helmfile_0.152.0_linux_amd64.tar.gz
7665- helmfileUrl = `https://github.com/helmfile/helmfile/releases/download/v${ helmfileVersion } /helmfile_${ helmfileVersion } _${ platform } _amd64.tar.gz`
7664+ helmfileUrl =
7665+ "https://github.com/roboll/helmfile/releases/download/v"
7666+ . concat ( helmfileVersion , "/helmfile_" )
7667+ . concat ( platform , "_amd64" ) ;
76667668 repositoryConfigPath = ( 0 , path_1 . join ) (
76677669 workspaceDir ,
76687670 repositoryConfig
@@ -7823,7 +7825,6 @@ PERFORMANCE OF THIS SOFTWARE.
78237825 var __awaiter =
78247826 ( this && this . __awaiter ) ||
78257827 function ( thisArg , _arguments , P , generator ) {
7826- function adopt ( value ) {
78277828 return value instanceof P
78287829 ? value
78297830 : new P ( function ( resolve ) {
You can’t perform that action at this time.
0 commit comments