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

Add AppVersion to initial chart
pull/3358/head
Matthew Fisher 7 years ago committed by GitHub
commit 7432bdd716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
}

Loading…
Cancel
Save