Skip to content

Commit f4bd39a

Browse files
author
Vlad Volkov
authored
Update index.js
Signed-off-by: Vlad Volkov <vlad.volkov@bndigital.co>
1 parent 2e840bf commit f4bd39a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7661,10 +7661,8 @@ PERFORMANCE OF THIS SOFTWARE.
76617661
helmUrl = "https://get.helm.sh/helm-v"
76627662
.concat(helmVersion, "-")
76637663
.concat(platform, "-amd64.tar.gz");
7664-
helmfileUrl =
7665-
"https://github.com/helmfile/helmfile/releases/download/v"
7666-
.concat(helmfileVersion, "/helmfile_")
7667-
.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`
76687666
repositoryConfigPath = (0, path_1.join)(
76697667
workspaceDir,
76707668
repositoryConfig

0 commit comments

Comments
 (0)