Skip to content

Commit 7a5f6d4

Browse files
author
arttii
committed
Remve dummy release
1 parent 295b24d commit 7a5f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/template/helmfile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (e *HelmFileEngine) Lint(name string, inputFilePath string) error {
7373

7474
func (e *HelmFileEngine) SyncRepos(file string) error {
7575

76-
inputArgs := append([]string{"-f", file, "repos"}, e.Opts.ExtraArgs...)
76+
inputArgs := append([]string{"--allow-no-matching-release", "-f", file, "repos"}, e.Opts.ExtraArgs...)
7777

7878
cmd := exec.Command("helmfile", inputArgs...)
7979

0 commit comments

Comments
 (0)