Skip to content

Commit

Permalink
feat: remove debug code
Browse files Browse the repository at this point in the history
Signed-off-by: lazychanger <chengliang.duan@gmail.com>
  • Loading branch information
lazychanger committed Oct 13, 2022
1 parent 9ae7f33 commit dae925d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions cmd/helm-variable-in-values/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,6 @@ func buildVIVEngine(args []string) (*vivEngine.Engine, error) {
Chart: chartRequested,
})

//log.Println(engine.Render(chartRequested, values))
//log.Println(engine.Render(&chart.Chart{
// Metadata: &chart.Metadata{
// Name: "viv-values",
// Version: "v2",
// },
// Raw: []*chart.File{
// &chart.File{
// Name: "v2v-values",
// Data: yaml.Marshal()
// },
// },
//}, values))
return e, nil
}

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.0"
version: "0.2.1"
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 dae925d

Please # to comment.