github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_verify.md (about) 1 ## helm verify 2 3 verify that a chart at the given path has been signed and is valid 4 5 ### Synopsis 6 7 8 9 Verify that the given chart has a valid provenance file. 10 11 Provenance files provide crytographic verification that a chart has not been 12 tampered with, and was packaged by a trusted provider. 13 14 This command can be used to verify a local chart. Several other commands provide 15 '--verify' flags that run the same validation. To generate a signed package, use 16 the 'helm package --sign' command. 17 18 19 ``` 20 helm verify [flags] PATH 21 ``` 22 23 ### Options 24 25 ``` 26 --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --debug enable verbose output 33 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 34 --host string address of Tiller. Overrides $HELM_HOST 35 --kube-context string name of the kubeconfig context to use 36 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 37 --tiller-namespace string namespace of Tiller (default "kube-system") 38 ``` 39 40 ### SEE ALSO 41 * [helm](helm.md) - The Helm package manager for Kubernetes. 42 43 ###### Auto generated by spf13/cobra on 7-Nov-2017