mirror of https://github.com/helm/helm-www.git
Updates for Helm v3.8.0 release
Signed-off-by: Matt Farina <matt.farina@suse.com>
This commit is contained in:
parent
aa3d6924d4
commit
6825a9072a
|
@ -42,7 +42,7 @@ jsFiles = [
|
|||
]
|
||||
|
||||
[[params.versions]]
|
||||
version = "v3.7.2"
|
||||
version = "v3.8.0"
|
||||
patch = "stable"
|
||||
url = "https://helm.sh/docs"
|
||||
primary = true
|
||||
|
@ -52,8 +52,8 @@ version = "v2.17.0"
|
|||
url = "https://v2.helm.sh/docs"
|
||||
|
||||
[params.nextversion]
|
||||
version = "v3.8.0"
|
||||
date = "January 19, 2022"
|
||||
version = "v3.9.0"
|
||||
date = "May 11, 2022"
|
||||
|
||||
[[params.quicklinks]]
|
||||
title = "Quickstart Guide"
|
||||
|
|
|
@ -70,7 +70,7 @@ By default, the default directories depend on the Operating System. The defaults
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -89,6 +89,8 @@ By default, the default directories depend on the Operating System. The defaults
|
|||
* [helm package](helm_package.md) - package a chart directory into a chart archive
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
* [helm pull](helm_pull.md) - download a chart from a repository and (optionally) unpack it in local directory
|
||||
* [helm push](helm_push.md) - push a chart to remote
|
||||
* [helm registry](helm_registry.md) - login to or logout from a registry
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
* [helm rollback](helm_rollback.md) - roll back a release to a previous revision
|
||||
* [helm search](helm_search.md) - search for a keyword in charts
|
||||
|
@ -101,4 +103,4 @@ By default, the default directories depend on the Operating System. The defaults
|
|||
* [helm verify](helm_verify.md) - verify that a chart at the given path has been signed and is valid
|
||||
* [helm version](helm_version.md) - print the client version information
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -30,7 +30,7 @@ Generate autocompletion scripts for Helm for the specified shell.
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -43,4 +43,4 @@ Generate autocompletion scripts for Helm for the specified shell.
|
|||
* [helm completion powershell](helm_completion_powershell.md) - generate autocompletion script for powershell
|
||||
* [helm completion zsh](helm_completion_zsh.md) - generate autocompletion script for zsh
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -48,7 +48,7 @@ helm completion bash [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -57,4 +57,4 @@ helm completion bash [flags]
|
|||
|
||||
* [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -45,7 +45,7 @@ helm completion fish [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -54,4 +54,4 @@ helm completion fish [flags]
|
|||
|
||||
* [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -41,7 +41,7 @@ helm completion powershell [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -50,4 +50,4 @@ helm completion powershell [flags]
|
|||
|
||||
* [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -43,7 +43,7 @@ helm completion zsh [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -52,4 +52,4 @@ helm completion zsh [flags]
|
|||
|
||||
* [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -52,7 +52,7 @@ helm create NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -61,4 +61,4 @@ helm create NAME [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -74,7 +74,7 @@ for this case.
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -86,4 +86,4 @@ for this case.
|
|||
* [helm dependency list](helm_dependency_list.md) - list the dependencies for the given chart
|
||||
* [helm dependency update](helm_dependency_update.md) - update charts/ based on the contents of Chart.yaml
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -44,7 +44,7 @@ helm dependency build CHART [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -53,4 +53,4 @@ helm dependency build CHART [flags]
|
|||
|
||||
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -40,7 +40,7 @@ helm dependency list CHART [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -49,4 +49,4 @@ helm dependency list CHART [flags]
|
|||
|
||||
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -48,7 +48,7 @@ helm dependency update CHART [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -57,4 +57,4 @@ helm dependency update CHART [flags]
|
|||
|
||||
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -34,7 +34,7 @@ helm env [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -43,4 +43,4 @@ helm env [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -36,7 +36,7 @@ get extended information about the release, including:
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -50,4 +50,4 @@ get extended information about the release, including:
|
|||
* [helm get notes](helm_get_notes.md) - download the notes for a named release
|
||||
* [helm get values](helm_get_values.md) - download the values file for a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -37,7 +37,7 @@ helm get all RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -46,4 +46,4 @@ helm get all RELEASE_NAME [flags]
|
|||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -37,7 +37,7 @@ helm get hooks RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -46,4 +46,4 @@ helm get hooks RELEASE_NAME [flags]
|
|||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -39,7 +39,7 @@ helm get manifest RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -48,4 +48,4 @@ helm get manifest RELEASE_NAME [flags]
|
|||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -35,7 +35,7 @@ helm get notes RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -44,4 +44,4 @@ helm get notes RELEASE_NAME [flags]
|
|||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -37,7 +37,7 @@ helm get values RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -46,4 +46,4 @@ helm get values RELEASE_NAME [flags]
|
|||
|
||||
* [helm get](helm_get.md) - download extended information of a named release
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -48,7 +48,7 @@ helm history RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -57,4 +57,4 @@ helm history RELEASE_NAME [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -16,9 +16,9 @@ a path to an unpacked chart directory or a URL.
|
|||
|
||||
To override values in a chart, use either the '--values' flag and pass in a file
|
||||
or use the '--set' flag and pass configuration from the command line, to force
|
||||
a string value use '--set-string'. In case a value is large and therefore
|
||||
you want not to use neither '--values' nor '--set', use '--set-file' to read the
|
||||
single large value from file.
|
||||
a string value use '--set-string'. You can use '--set-file' to set individual
|
||||
values from a file when the value itself is too long for the command line
|
||||
or is dynamically generated.
|
||||
|
||||
$ helm install -f myvalues.yaml myredis ./redis
|
||||
|
||||
|
@ -130,7 +130,7 @@ helm install [NAME] [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -139,4 +139,4 @@ helm install [NAME] [CHART] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -45,7 +45,7 @@ helm lint PATH [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -54,4 +54,4 @@ helm lint PATH [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -74,7 +74,7 @@ helm list [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -83,4 +83,4 @@ helm list [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -54,7 +54,7 @@ helm package [CHART_PATH] [...] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -63,4 +63,4 @@ helm package [CHART_PATH] [...] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -30,7 +30,7 @@ Manage client-side Helm plugins.
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -43,4 +43,4 @@ Manage client-side Helm plugins.
|
|||
* [helm plugin uninstall](helm_plugin_uninstall.md) - uninstall one or more Helm plugins
|
||||
* [helm plugin update](helm_plugin_update.md) - update one or more Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -35,7 +35,7 @@ helm plugin install [options] <path|url>... [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -44,4 +44,4 @@ helm plugin install [options] <path|url>... [flags]
|
|||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -28,7 +28,7 @@ helm plugin list [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -37,4 +37,4 @@ helm plugin list [flags]
|
|||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -28,7 +28,7 @@ helm plugin uninstall <plugin>... [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -37,4 +37,4 @@ helm plugin uninstall <plugin>... [flags]
|
|||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -28,7 +28,7 @@ helm plugin update <plugin>... [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -37,4 +37,4 @@ helm plugin update <plugin>... [flags]
|
|||
|
||||
* [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -61,7 +61,7 @@ helm pull [chart URL | repo/chartname] [...] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -70,4 +70,4 @@ helm pull [chart URL | repo/chartname] [...] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -32,7 +32,7 @@ It can be used to add, remove, list, and index chart repositories.
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -46,4 +46,4 @@ It can be used to add, remove, list, and index chart repositories.
|
|||
* [helm repo remove](helm_repo_remove.md) - remove one or more chart repositories
|
||||
* [helm repo update](helm_repo_update.md) - update information of available charts locally from chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -39,7 +39,7 @@ helm repo add [NAME] [URL] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -48,4 +48,4 @@ helm repo add [NAME] [URL] [flags]
|
|||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -43,7 +43,7 @@ helm repo index [DIR] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -52,4 +52,4 @@ helm repo index [DIR] [flags]
|
|||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -29,7 +29,7 @@ helm repo list [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -38,4 +38,4 @@ helm repo list [flags]
|
|||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -28,7 +28,7 @@ helm repo remove [REPO1 [REPO2 ...]] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -37,4 +37,4 @@ helm repo remove [REPO1 [REPO2 ...]] [flags]
|
|||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -40,7 +40,7 @@ helm repo update [REPO1 [REPO2 ...]] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -49,4 +49,4 @@ helm repo update [REPO1 [REPO2 ...]] [flags]
|
|||
|
||||
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -49,7 +49,7 @@ helm rollback <RELEASE> [REVISION] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -58,4 +58,4 @@ helm rollback <RELEASE> [REVISION] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -32,7 +32,7 @@ Use search subcommands to search different locations for charts.
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -43,4 +43,4 @@ Use search subcommands to search different locations for charts.
|
|||
* [helm search hub](helm_search_hub.md) - search for charts in the Artifact Hub or your own hub instance
|
||||
* [helm search repo](helm_search_repo.md) - search repositories for a keyword in charts
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -37,6 +37,7 @@ helm search hub [KEYWORD] [flags]
|
|||
```
|
||||
--endpoint string Hub instance to query for charts (default "https://hub.helm.sh")
|
||||
-h, --help help for hub
|
||||
--list-repo-url print charts repository URL
|
||||
--max-col-width uint maximum column width for output table (default 50)
|
||||
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
|
||||
```
|
||||
|
@ -53,7 +54,7 @@ helm search hub [KEYWORD] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -62,4 +63,4 @@ helm search hub [KEYWORD] [flags]
|
|||
|
||||
* [helm search](helm_search.md) - search for a keyword in charts
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -59,7 +59,7 @@ helm search repo [keyword] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -68,4 +68,4 @@ helm search repo [keyword] [flags]
|
|||
|
||||
* [helm search](helm_search.md) - search for a keyword in charts
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -30,7 +30,7 @@ This command consists of multiple subcommands to display information about a cha
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -44,4 +44,4 @@ This command consists of multiple subcommands to display information about a cha
|
|||
* [helm show readme](helm_show_readme.md) - show the chart's README
|
||||
* [helm show values](helm_show_values.md) - show the chart's values
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -10,7 +10,7 @@ show all information of the chart
|
|||
|
||||
|
||||
This command inspects a chart (directory, file, or URL) and displays all its content
|
||||
(values.yaml, Charts.yaml, README)
|
||||
(values.yaml, Chart.yaml, README)
|
||||
|
||||
|
||||
```
|
||||
|
@ -47,7 +47,7 @@ helm show all [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -56,4 +56,4 @@ helm show all [CHART] [flags]
|
|||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -10,7 +10,7 @@ show the chart's definition
|
|||
|
||||
|
||||
This command inspects a chart (directory, file, or URL) and displays the contents
|
||||
of the Charts.yaml file
|
||||
of the Chart.yaml file
|
||||
|
||||
|
||||
```
|
||||
|
@ -47,7 +47,7 @@ helm show chart [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -56,4 +56,4 @@ helm show chart [CHART] [flags]
|
|||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -47,7 +47,7 @@ helm show crds [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -56,4 +56,4 @@ helm show crds [CHART] [flags]
|
|||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -47,7 +47,7 @@ helm show readme [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -56,4 +56,4 @@ helm show readme [CHART] [flags]
|
|||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -48,7 +48,7 @@ helm show values [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -57,4 +57,4 @@ helm show values [CHART] [flags]
|
|||
|
||||
* [helm show](helm_show.md) - show information of a chart
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -46,7 +46,7 @@ helm status RELEASE_NAME [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -55,4 +55,4 @@ helm status RELEASE_NAME [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -79,7 +79,7 @@ helm template [NAME] [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -88,4 +88,4 @@ helm template [NAME] [CHART] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -40,7 +40,7 @@ helm test [RELEASE] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -49,4 +49,4 @@ helm test [RELEASE] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -46,7 +46,7 @@ helm uninstall RELEASE_NAME [...] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -55,4 +55,4 @@ helm uninstall RELEASE_NAME [...] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -18,9 +18,9 @@ version will be specified unless the '--version' flag is set.
|
|||
|
||||
To override values in a chart, use either the '--values' flag and pass in a file
|
||||
or use the '--set' flag and pass configuration from the command line, to force string
|
||||
values, use '--set-string'. In case a value is large and therefore
|
||||
you want not to use neither '--values' nor '--set', use '--set-file' to read the
|
||||
single large value from file.
|
||||
values, use '--set-string'. You can use '--set-file' to set individual
|
||||
values from a file when the value itself is too long for the command line
|
||||
or is dynamically generated.
|
||||
|
||||
You can specify the '--values'/'-f' flag multiple times. The priority will be given to the
|
||||
last (right-most) file specified. For example, if both myvalues.yaml and override.yaml
|
||||
|
@ -93,7 +93,7 @@ helm upgrade [RELEASE] [CHART] [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -102,4 +102,4 @@ helm upgrade [RELEASE] [CHART] [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -42,7 +42,7 @@ helm verify PATH [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -51,4 +51,4 @@ helm verify PATH [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -57,7 +57,7 @@ helm version [flags]
|
|||
--kube-token string bearer token used for authentication
|
||||
--kubeconfig string path to the kubeconfig file
|
||||
-n, --namespace string namespace scope for this request
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry.json")
|
||||
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
|
||||
--repository-cache string path to the file containing cached repository indexes (default "~/.cache/helm/repository")
|
||||
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")
|
||||
```
|
||||
|
@ -66,4 +66,4 @@ helm version [flags]
|
|||
|
||||
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Sep-2021
|
||||
###### Auto generated by spf13/cobra on 24-Jan-2022
|
||||
|
|
|
@ -11,17 +11,16 @@ stored and shared across OCI-based registries.
|
|||
|
||||
## Enabling OCI Support
|
||||
|
||||
Currently OCI support is considered *experimental*.
|
||||
Prior to Helm v3.8.0, OCI support was considered *experimental* and needed to be
|
||||
enabled. As of v3.8.0 it is enable by default.
|
||||
|
||||
In order to use the commands described below, please set `HELM_EXPERIMENTAL_OCI`
|
||||
in the environment:
|
||||
To enable the OCI experiment for Helm versions prior to v3.8.0, please set
|
||||
`HELM_EXPERIMENTAL_OCI` in the environment:
|
||||
|
||||
```console
|
||||
export HELM_EXPERIMENTAL_OCI=1
|
||||
```
|
||||
|
||||
For more information about this feature and plans for general availability, please see the [OCI Support Helm Improvement Proposal](https://github.com/helm/community/blob/main/hips/hip-0006.md).
|
||||
|
||||
## Running a registry
|
||||
|
||||
Starting a registry for test purposes is trivial. As long as you have Docker
|
||||
|
@ -131,13 +130,7 @@ Here is a complete list:
|
|||
- `helm install`
|
||||
- `helm upgrade`
|
||||
|
||||
In all cases, the `--version` flag is strictly required, since we are
|
||||
not yet able to reliably determine the latest semantic version
|
||||
for a given chart from a registry. See
|
||||
[this issue](https://github.com/helm/helm/issues/9694)
|
||||
for more information.
|
||||
|
||||
In addition, the basename (chart name) of the registry reference *is*
|
||||
The basename (chart name) of the registry reference *is*
|
||||
included for any type of action involving chart download
|
||||
(vs. `helm push` where it is omitted).
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ with your cluster.
|
|||
|
||||
| Helm Version | Supported Kubernetes Versions |
|
||||
|--------------|-------------------------------|
|
||||
| 3.8.x | 1.23.x - 1.20.x |
|
||||
| 3.7.x | 1.22.x - 1.19.x |
|
||||
| 3.6.x | 1.21.x - 1.18.x |
|
||||
| 3.5.x | 1.20.x - 1.17.x |
|
||||
|
|
Loading…
Reference in New Issue