We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717adc9 commit 4f75ee0Copy full SHA for 4f75ee0
main.go
@@ -86,7 +86,7 @@ func parseFlags() options {
86
}
87
88
if opts.Version {
89
- fmt.Print(version)
+ fmt.Println(version)
90
os.Exit(0)
91
92
plugin.yaml
@@ -1,5 +1,5 @@
1
name: "dashboard"
2
-version: "0.2.6"
+version: "0.2.7"
3
usage: "A simplified way of working with Helm"
4
description: "View HELM situation in nice web UI"
5
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
0 commit comments