github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_verify.1 (about) 1 .TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-verify \- verify that a chart at the given path has been signed and is valid 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm verify [flags] PATH\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 Verify that the given chart has a valid provenance file. 19 20 .PP 21 Provenance files provide crytographic verification that a chart has not been 22 tampered with, and was packaged by a trusted provider. 23 24 .PP 25 This command can be used to verify a local chart. Several other commands provide 26 '\-\-verify' flags that run the same validation. To generate a signed package, use 27 the 'helm package \-\-sign' command. 28 29 30 .SH OPTIONS 31 .PP 32 \fB\-\-keyring\fP="~/.gnupg/pubring.gpg" 33 keyring containing public keys 34 35 36 .SH OPTIONS INHERITED FROM PARENT COMMANDS 37 .PP 38 \fB\-\-debug\fP[=false] 39 enable verbose output 40 41 .PP 42 \fB\-\-home\fP="~/.helm" 43 location of your Helm config. Overrides $HELM\_HOME 44 45 .PP 46 \fB\-\-host\fP="localhost:44134" 47 address of tiller. Overrides $HELM\_HOST 48 49 .PP 50 \fB\-\-kube\-context\fP="" 51 name of the kubeconfig context to use 52 53 .PP 54 \fB\-\-tiller\-namespace\fP="kube\-system" 55 namespace of tiller 56 57 58 .SH SEE ALSO 59 .PP 60 \fBhelm(1)\fP 61 62 63 .SH HISTORY 64 .PP 65 19\-May\-2017 Auto generated by spf13/cobra