github.com/koderover/helm@v2.17.0+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  Verify that the given chart has a valid provenance file.
     9  
    10  Provenance files provide cryptographic verification that a chart has not been
    11  tampered with, and was packaged by a trusted provider.
    12  
    13  This command can be used to verify a local chart. Several other commands provide
    14  '--verify' flags that run the same validation. To generate a signed package, use
    15  the 'helm package --sign' command.
    16  
    17  
    18  ```
    19  helm verify [flags] PATH
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help             help for verify
    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               Absolute path of the kubeconfig file to be used
    37        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    38        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    44  
    45  ###### Auto generated by spf13/cobra on 16-May-2019