Skip to content

Commit

Permalink
Fix missinq library template
Browse files Browse the repository at this point in the history
Signed-off-by: lazychanger <[email protected]>
  • Loading branch information
lazychanger committed Nov 17, 2022
1 parent fb39ebf commit 33130ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ func (e *Engine) RenderTo(dst string) []string {
panic(errors.Wrap(err, "eachChart failed"))
}

//e.cfg.Chart.Templates = append(e.cfg.Chart.Templates, outputFiles...)
//e.cfg.Chart.Files = append(e.cfg.Chart.Files, outputFiles...)
//e.cfg.Chart.Raw = append(e.cfg.Chart.Raw, outputFiles...)
e.cfg.Chart.Templates = append(e.cfg.Chart.Templates, outputFiles...)
e.cfg.Chart.Files = append(e.cfg.Chart.Files, outputFiles...)
e.cfg.Chart.Raw = append(e.cfg.Chart.Raw, outputFiles...)
//

tmpls, err := engine.Render(e.cfg.Chart, e.cfg.Values)
if err != nil {
panic(errors.Wrap(err, "vivs render failed"))
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "viv"
version: "0.2.3"
version: "0.2.4"
usage: "get the last release name"
command: "$HELM_PLUGIN_DIR/bin/helm-viv"
description: "get the last release name"
Expand Down

0 comments on commit 33130ec

Please sign in to comment.