diff --git a/content/en/docs/helm/helm.md b/content/en/docs/helm/helm.md index 95be9f619..9bebf02e9 100644 --- a/content/en/docs/helm/helm.md +++ b/content/en/docs/helm/helm.md @@ -111,4 +111,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_completion.md b/content/en/docs/helm/helm_completion.md index f5cb05d9c..63aecf85d 100644 --- a/content/en/docs/helm/helm_completion.md +++ b/content/en/docs/helm/helm_completion.md @@ -47,4 +47,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_completion_bash.md b/content/en/docs/helm/helm_completion_bash.md index e49b2f8db..36eb92975 100644 --- a/content/en/docs/helm/helm_completion_bash.md +++ b/content/en/docs/helm/helm_completion_bash.md @@ -61,4 +61,4 @@ helm completion bash [flags] * [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_completion_fish.md b/content/en/docs/helm/helm_completion_fish.md index 7f777942f..5b7526368 100644 --- a/content/en/docs/helm/helm_completion_fish.md +++ b/content/en/docs/helm/helm_completion_fish.md @@ -58,4 +58,4 @@ helm completion fish [flags] * [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_completion_powershell.md b/content/en/docs/helm/helm_completion_powershell.md index 7fd693313..8722cc2a1 100644 --- a/content/en/docs/helm/helm_completion_powershell.md +++ b/content/en/docs/helm/helm_completion_powershell.md @@ -54,4 +54,4 @@ helm completion powershell [flags] * [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_completion_zsh.md b/content/en/docs/helm/helm_completion_zsh.md index 0317ba061..3fc0c38a5 100644 --- a/content/en/docs/helm/helm_completion_zsh.md +++ b/content/en/docs/helm/helm_completion_zsh.md @@ -56,4 +56,4 @@ helm completion zsh [flags] * [helm completion](helm_completion.md) - generate autocompletion scripts for the specified shell -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_create.md b/content/en/docs/helm/helm_create.md index 1a54dda08..1602118d0 100644 --- a/content/en/docs/helm/helm_create.md +++ b/content/en/docs/helm/helm_create.md @@ -65,4 +65,4 @@ helm create NAME [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_dependency.md b/content/en/docs/helm/helm_dependency.md index 7e69fc4f9..82af85c77 100644 --- a/content/en/docs/helm/helm_dependency.md +++ b/content/en/docs/helm/helm_dependency.md @@ -90,4 +90,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_dependency_build.md b/content/en/docs/helm/helm_dependency_build.md index 2be5e10c0..bb9a79662 100644 --- a/content/en/docs/helm/helm_dependency_build.md +++ b/content/en/docs/helm/helm_dependency_build.md @@ -26,10 +26,17 @@ helm dependency build CHART [flags] ### Options ``` - -h, --help help for build - --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") - --skip-refresh do not refresh the local repository cache - --verify verify the packages against signatures + --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle + --cert-file string identify HTTPS client using this SSL certificate file + -h, --help help for build + --insecure-skip-tls-verify skip tls certificate checks for the chart download + --key-file string identify HTTPS client using this SSL key file + --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") + --password string chart repository password where to locate the requested chart + --plain-http use insecure HTTP connections for the chart download + --skip-refresh do not refresh the local repository cache + --username string chart repository username where to locate the requested chart + --verify verify the packages against signatures ``` ### Options inherited from parent commands @@ -57,4 +64,4 @@ helm dependency build CHART [flags] * [helm dependency](helm_dependency.md) - manage a chart's dependencies -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_dependency_list.md b/content/en/docs/helm/helm_dependency_list.md index 91d272924..a05d1c299 100644 --- a/content/en/docs/helm/helm_dependency_list.md +++ b/content/en/docs/helm/helm_dependency_list.md @@ -53,4 +53,4 @@ helm dependency list CHART [flags] * [helm dependency](helm_dependency.md) - manage a chart's dependencies -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_dependency_update.md b/content/en/docs/helm/helm_dependency_update.md index 5c99d99c0..259e80e8e 100644 --- a/content/en/docs/helm/helm_dependency_update.md +++ b/content/en/docs/helm/helm_dependency_update.md @@ -30,10 +30,17 @@ helm dependency update CHART [flags] ### Options ``` - -h, --help help for update - --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") - --skip-refresh do not refresh the local repository cache - --verify verify the packages against signatures + --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle + --cert-file string identify HTTPS client using this SSL certificate file + -h, --help help for update + --insecure-skip-tls-verify skip tls certificate checks for the chart download + --key-file string identify HTTPS client using this SSL key file + --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") + --password string chart repository password where to locate the requested chart + --plain-http use insecure HTTP connections for the chart download + --skip-refresh do not refresh the local repository cache + --username string chart repository username where to locate the requested chart + --verify verify the packages against signatures ``` ### Options inherited from parent commands @@ -61,4 +68,4 @@ helm dependency update CHART [flags] * [helm dependency](helm_dependency.md) - manage a chart's dependencies -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_env.md b/content/en/docs/helm/helm_env.md index 410baa085..53fb362b2 100644 --- a/content/en/docs/helm/helm_env.md +++ b/content/en/docs/helm/helm_env.md @@ -47,4 +47,4 @@ helm env [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get.md b/content/en/docs/helm/helm_get.md index 235f4df81..c3408596d 100644 --- a/content/en/docs/helm/helm_get.md +++ b/content/en/docs/helm/helm_get.md @@ -56,4 +56,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get_all.md b/content/en/docs/helm/helm_get_all.md index e73408c3d..f504e11b2 100644 --- a/content/en/docs/helm/helm_get_all.md +++ b/content/en/docs/helm/helm_get_all.md @@ -50,4 +50,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get_hooks.md b/content/en/docs/helm/helm_get_hooks.md index 0695a4941..f62a9bf45 100644 --- a/content/en/docs/helm/helm_get_hooks.md +++ b/content/en/docs/helm/helm_get_hooks.md @@ -50,4 +50,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get_manifest.md b/content/en/docs/helm/helm_get_manifest.md index 667dd2920..1edfb12a2 100644 --- a/content/en/docs/helm/helm_get_manifest.md +++ b/content/en/docs/helm/helm_get_manifest.md @@ -52,4 +52,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get_metadata.md b/content/en/docs/helm/helm_get_metadata.md index dd2810b95..2c572340a 100644 --- a/content/en/docs/helm/helm_get_metadata.md +++ b/content/en/docs/helm/helm_get_metadata.md @@ -43,4 +43,4 @@ helm get metadata RELEASE_NAME [flags] * [helm get](helm_get.md) - download extended information of a named release -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get_notes.md b/content/en/docs/helm/helm_get_notes.md index 375f9b615..70dfd93b8 100644 --- a/content/en/docs/helm/helm_get_notes.md +++ b/content/en/docs/helm/helm_get_notes.md @@ -48,4 +48,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_get_values.md b/content/en/docs/helm/helm_get_values.md index b67cbf97d..84393d732 100644 --- a/content/en/docs/helm/helm_get_values.md +++ b/content/en/docs/helm/helm_get_values.md @@ -50,4 +50,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_history.md b/content/en/docs/helm/helm_history.md index 0b2c6d22f..ac384c812 100644 --- a/content/en/docs/helm/helm_history.md +++ b/content/en/docs/helm/helm_history.md @@ -61,4 +61,4 @@ helm history RELEASE_NAME [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_install.md b/content/en/docs/helm/helm_install.md index 05ec5fe1e..7b06d40e6 100644 --- a/content/en/docs/helm/helm_install.md +++ b/content/en/docs/helm/helm_install.md @@ -137,6 +137,7 @@ helm install [NAME] [CHART] [flags] --set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) --skip-crds if set, no CRDs will be installed. By default, CRDs are installed if not already present --skip-schema-validation if set, disables JSON schema validation + --take-ownership if set, install will ignore the check for helm annotations and take ownership of the existing resources --timeout duration time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s) --username string chart repository username where to locate the requested chart -f, --values strings specify values in a YAML file or a URL (can specify multiple) @@ -171,4 +172,4 @@ helm install [NAME] [CHART] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_lint.md b/content/en/docs/helm/helm_lint.md index 438e814e9..d672da032 100644 --- a/content/en/docs/helm/helm_lint.md +++ b/content/en/docs/helm/helm_lint.md @@ -63,4 +63,4 @@ helm lint PATH [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_list.md b/content/en/docs/helm/helm_list.md index 1f6adc69e..223697c4d 100644 --- a/content/en/docs/helm/helm_list.md +++ b/content/en/docs/helm/helm_list.md @@ -88,4 +88,4 @@ helm list [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_package.md b/content/en/docs/helm/helm_package.md index c2a873aa3..25ce8c5bb 100644 --- a/content/en/docs/helm/helm_package.md +++ b/content/en/docs/helm/helm_package.md @@ -31,15 +31,22 @@ helm package [CHART_PATH] [...] [flags] ### Options ``` - --app-version string set the appVersion on the chart to this version - -u, --dependency-update update dependencies from "Chart.yaml" to dir "charts/" before packaging - -d, --destination string location to write the chart. (default ".") - -h, --help help for package - --key string name of the key to use when signing. Used if --sign is true - --keyring string location of a public keyring (default "~/.gnupg/pubring.gpg") - --passphrase-file string location of a file which contains the passphrase for the signing key. Use "-" in order to read from stdin. - --sign use a PGP private key to sign this package - --version string set the version on the chart to this semver version + --app-version string set the appVersion on the chart to this version + --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle + --cert-file string identify HTTPS client using this SSL certificate file + -u, --dependency-update update dependencies from "Chart.yaml" to dir "charts/" before packaging + -d, --destination string location to write the chart. (default ".") + -h, --help help for package + --insecure-skip-tls-verify skip tls certificate checks for the chart download + --key string name of the key to use when signing. Used if --sign is true + --key-file string identify HTTPS client using this SSL key file + --keyring string location of a public keyring (default "~/.gnupg/pubring.gpg") + --passphrase-file string location of a file which contains the passphrase for the signing key. Use "-" in order to read from stdin. + --password string chart repository password where to locate the requested chart + --plain-http use insecure HTTP connections for the chart download + --sign use a PGP private key to sign this package + --username string chart repository username where to locate the requested chart + --version string set the version on the chart to this semver version ``` ### Options inherited from parent commands @@ -67,4 +74,4 @@ helm package [CHART_PATH] [...] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_plugin.md b/content/en/docs/helm/helm_plugin.md index 48d0d3812..e40fd6f24 100644 --- a/content/en/docs/helm/helm_plugin.md +++ b/content/en/docs/helm/helm_plugin.md @@ -47,4 +47,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_plugin_install.md b/content/en/docs/helm/helm_plugin_install.md index fd3b9d69c..96d06ffd2 100644 --- a/content/en/docs/helm/helm_plugin_install.md +++ b/content/en/docs/helm/helm_plugin_install.md @@ -48,4 +48,4 @@ helm plugin install [options] [flags] * [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_plugin_list.md b/content/en/docs/helm/helm_plugin_list.md index 08871589c..827d6884f 100644 --- a/content/en/docs/helm/helm_plugin_list.md +++ b/content/en/docs/helm/helm_plugin_list.md @@ -41,4 +41,4 @@ helm plugin list [flags] * [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_plugin_uninstall.md b/content/en/docs/helm/helm_plugin_uninstall.md index 296a3e403..b15e21c4f 100644 --- a/content/en/docs/helm/helm_plugin_uninstall.md +++ b/content/en/docs/helm/helm_plugin_uninstall.md @@ -41,4 +41,4 @@ helm plugin uninstall ... [flags] * [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_plugin_update.md b/content/en/docs/helm/helm_plugin_update.md index 63f46ccd9..a78db5f8d 100644 --- a/content/en/docs/helm/helm_plugin_update.md +++ b/content/en/docs/helm/helm_plugin_update.md @@ -41,4 +41,4 @@ helm plugin update ... [flags] * [helm plugin](helm_plugin.md) - install, list, or uninstall Helm plugins -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_pull.md b/content/en/docs/helm/helm_pull.md index 13cf7976a..9073e4e36 100644 --- a/content/en/docs/helm/helm_pull.md +++ b/content/en/docs/helm/helm_pull.md @@ -75,4 +75,4 @@ helm pull [chart URL | repo/chartname] [...] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_push.md b/content/en/docs/helm/helm_push.md index 7168249b1..f343b0012 100644 --- a/content/en/docs/helm/helm_push.md +++ b/content/en/docs/helm/helm_push.md @@ -27,7 +27,9 @@ helm push [chart] [remote] [flags] -h, --help help for push --insecure-skip-tls-verify skip tls certificate checks for the chart upload --key-file string identify registry client using this SSL key file + --password string chart repository password where to locate the requested chart --plain-http use insecure HTTP connections for the chart upload + --username string chart repository username where to locate the requested chart ``` ### Options inherited from parent commands @@ -55,4 +57,4 @@ helm push [chart] [remote] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_registry.md b/content/en/docs/helm/helm_registry.md index 7e7e34aed..affbdad88 100644 --- a/content/en/docs/helm/helm_registry.md +++ b/content/en/docs/helm/helm_registry.md @@ -45,4 +45,4 @@ This command consists of multiple subcommands to interact with registries. * [helm registry login](helm_registry_login.md) - login to a registry * [helm registry logout](helm_registry_logout.md) - logout from a registry -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_registry_login.md b/content/en/docs/helm/helm_registry_login.md index 68938b0c8..587fe9586 100644 --- a/content/en/docs/helm/helm_registry_login.md +++ b/content/en/docs/helm/helm_registry_login.md @@ -54,4 +54,4 @@ helm registry login [host] [flags] * [helm registry](helm_registry.md) - login to or logout from a registry -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_registry_logout.md b/content/en/docs/helm/helm_registry_logout.md index 37c27dd77..6617257e2 100644 --- a/content/en/docs/helm/helm_registry_logout.md +++ b/content/en/docs/helm/helm_registry_logout.md @@ -47,4 +47,4 @@ helm registry logout [host] [flags] * [helm registry](helm_registry.md) - login to or logout from a registry -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_repo.md b/content/en/docs/helm/helm_repo.md index 6311a9c7e..62ccfc967 100644 --- a/content/en/docs/helm/helm_repo.md +++ b/content/en/docs/helm/helm_repo.md @@ -50,4 +50,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_repo_add.md b/content/en/docs/helm/helm_repo_add.md index 6d2537d5f..4230c8b6b 100644 --- a/content/en/docs/helm/helm_repo_add.md +++ b/content/en/docs/helm/helm_repo_add.md @@ -52,4 +52,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_repo_index.md b/content/en/docs/helm/helm_repo_index.md index 83ade220a..4b669ff87 100644 --- a/content/en/docs/helm/helm_repo_index.md +++ b/content/en/docs/helm/helm_repo_index.md @@ -9,14 +9,16 @@ generate an index file given a directory containing packaged charts ### Synopsis -Read the current directory and generate an index file based on the charts found. +Read the current directory, generate an index file based on the charts found +and write the result to 'index.yaml' in the current directory. This tool is used for creating an 'index.yaml' file for a chart repository. To set an absolute URL to the charts, use '--url' flag. To merge the generated index with an existing index file, use the '--merge' flag. In this case, the charts found in the current directory will be merged -into the existing index, with local charts taking priority over existing charts. +into the index passed in with --merge, with local charts taking priority over +existing charts. ``` @@ -57,4 +59,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_repo_list.md b/content/en/docs/helm/helm_repo_list.md index 683c5ad52..62c5f3591 100644 --- a/content/en/docs/helm/helm_repo_list.md +++ b/content/en/docs/helm/helm_repo_list.md @@ -42,4 +42,4 @@ helm repo list [flags] * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_repo_remove.md b/content/en/docs/helm/helm_repo_remove.md index 61087ddc6..64e9568e6 100644 --- a/content/en/docs/helm/helm_repo_remove.md +++ b/content/en/docs/helm/helm_repo_remove.md @@ -41,4 +41,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_repo_update.md b/content/en/docs/helm/helm_repo_update.md index 480117be4..33b63e677 100644 --- a/content/en/docs/helm/helm_repo_update.md +++ b/content/en/docs/helm/helm_repo_update.md @@ -53,4 +53,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_rollback.md b/content/en/docs/helm/helm_rollback.md index d8c6a6219..3c2bb62e7 100644 --- a/content/en/docs/helm/helm_rollback.md +++ b/content/en/docs/helm/helm_rollback.md @@ -62,4 +62,4 @@ helm rollback [REVISION] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_search.md b/content/en/docs/helm/helm_search.md index f75c789cf..e30cff2a0 100644 --- a/content/en/docs/helm/helm_search.md +++ b/content/en/docs/helm/helm_search.md @@ -47,4 +47,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_search_hub.md b/content/en/docs/helm/helm_search_hub.md index fe83bd227..498fe4cce 100644 --- a/content/en/docs/helm/helm_search_hub.md +++ b/content/en/docs/helm/helm_search_hub.md @@ -68,4 +68,4 @@ helm search hub [KEYWORD] [flags] * [helm search](helm_search.md) - search for a keyword in charts -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_search_repo.md b/content/en/docs/helm/helm_search_repo.md index 6857eb6fa..55fa44f91 100644 --- a/content/en/docs/helm/helm_search_repo.md +++ b/content/en/docs/helm/helm_search_repo.md @@ -73,4 +73,4 @@ helm search repo [keyword] [flags] * [helm search](helm_search.md) - search for a keyword in charts -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_show.md b/content/en/docs/helm/helm_show.md index f8d639b80..f5a80262b 100644 --- a/content/en/docs/helm/helm_show.md +++ b/content/en/docs/helm/helm_show.md @@ -48,4 +48,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 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_show_all.md b/content/en/docs/helm/helm_show_all.md index 7280bfebc..a4623547a 100644 --- a/content/en/docs/helm/helm_show_all.md +++ b/content/en/docs/helm/helm_show_all.md @@ -61,4 +61,4 @@ helm show all [CHART] [flags] * [helm show](helm_show.md) - show information of a chart -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_show_chart.md b/content/en/docs/helm/helm_show_chart.md index 3c0c0175f..8579f59e8 100644 --- a/content/en/docs/helm/helm_show_chart.md +++ b/content/en/docs/helm/helm_show_chart.md @@ -61,4 +61,4 @@ helm show chart [CHART] [flags] * [helm show](helm_show.md) - show information of a chart -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_show_crds.md b/content/en/docs/helm/helm_show_crds.md index 3f1e04d94..3dba5a71d 100644 --- a/content/en/docs/helm/helm_show_crds.md +++ b/content/en/docs/helm/helm_show_crds.md @@ -61,4 +61,4 @@ helm show crds [CHART] [flags] * [helm show](helm_show.md) - show information of a chart -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_show_readme.md b/content/en/docs/helm/helm_show_readme.md index 7cf984be4..5428ab6cc 100644 --- a/content/en/docs/helm/helm_show_readme.md +++ b/content/en/docs/helm/helm_show_readme.md @@ -61,4 +61,4 @@ helm show readme [CHART] [flags] * [helm show](helm_show.md) - show information of a chart -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_show_values.md b/content/en/docs/helm/helm_show_values.md index a0093d4f6..381e36dc3 100644 --- a/content/en/docs/helm/helm_show_values.md +++ b/content/en/docs/helm/helm_show_values.md @@ -62,4 +62,4 @@ helm show values [CHART] [flags] * [helm show](helm_show.md) - show information of a chart -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_status.md b/content/en/docs/helm/helm_status.md index da0833121..ca9311a85 100644 --- a/content/en/docs/helm/helm_status.md +++ b/content/en/docs/helm/helm_status.md @@ -60,4 +60,4 @@ helm status RELEASE_NAME [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_template.md b/content/en/docs/helm/helm_template.md index 2cae41da2..6e4b18384 100644 --- a/content/en/docs/helm/helm_template.md +++ b/content/en/docs/helm/helm_template.md @@ -66,6 +66,7 @@ helm template [NAME] [CHART] [flags] --skip-crds if set, no CRDs will be installed. By default, CRDs are installed if not already present --skip-schema-validation if set, disables JSON schema validation --skip-tests skip tests from templated output + --take-ownership if set, install will ignore the check for helm annotations and take ownership of the existing resources --timeout duration time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s) --username string chart repository username where to locate the requested chart --validate validate your manifests against the Kubernetes cluster you are currently pointing at. This is the same validation performed on an install @@ -101,4 +102,4 @@ helm template [NAME] [CHART] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_test.md b/content/en/docs/helm/helm_test.md index 06f4687d5..5069c6082 100644 --- a/content/en/docs/helm/helm_test.md +++ b/content/en/docs/helm/helm_test.md @@ -54,4 +54,4 @@ helm test [RELEASE] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_uninstall.md b/content/en/docs/helm/helm_uninstall.md index 15a489a5b..047aefc7c 100644 --- a/content/en/docs/helm/helm_uninstall.md +++ b/content/en/docs/helm/helm_uninstall.md @@ -61,4 +61,4 @@ helm uninstall RELEASE_NAME [...] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_upgrade.md b/content/en/docs/helm/helm_upgrade.md index b1392de21..ad1e2974f 100644 --- a/content/en/docs/helm/helm_upgrade.md +++ b/content/en/docs/helm/helm_upgrade.md @@ -94,6 +94,7 @@ helm upgrade [RELEASE] [CHART] [flags] --set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) --skip-crds if set, no CRDs will be installed when an upgrade is performed with install flag enabled. By default, CRDs are installed if not already present, when an upgrade is performed with install flag enabled --skip-schema-validation if set, disables JSON schema validation + --take-ownership if set, upgrade will ignore the check for helm annotations and take ownership of the existing resources --timeout duration time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s) --username string chart repository username where to locate the requested chart -f, --values strings specify values in a YAML file or a URL (can specify multiple) @@ -128,4 +129,4 @@ helm upgrade [RELEASE] [CHART] [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_verify.md b/content/en/docs/helm/helm_verify.md index 5535c0210..df88e33c6 100644 --- a/content/en/docs/helm/helm_verify.md +++ b/content/en/docs/helm/helm_verify.md @@ -55,4 +55,4 @@ helm verify PATH [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025 diff --git a/content/en/docs/helm/helm_version.md b/content/en/docs/helm/helm_version.md index 9cc2a7160..5f3473f92 100644 --- a/content/en/docs/helm/helm_version.md +++ b/content/en/docs/helm/helm_version.md @@ -70,4 +70,4 @@ helm version [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 11-Sep-2024 +###### Auto generated by spf13/cobra on 15-Jan-2025