Unverified Commit 7432bdd7 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3357 from unguiculus/feature/helm-create

Add AppVersion to initial chart
parents f432b8ec d819ca2b
......@@ -90,6 +90,7 @@ func (c *createCmd) run() error {
Name: chartname,
Description: "A Helm chart for Kubernetes",
Version: "0.1.0",
AppVersion: "1.0",
ApiVersion: chartutil.ApiVersionV1,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment