Skip to content

Commit 1050018

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

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)