Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website for Helm Release v3.17.0 #1674

Merged
merged 3 commits into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jsFiles = [
]

[[params.versions]]
version = "v3.16.2"
version = "v3.17.0"
patch = "stable"
url = "https://helm.sh/docs"
primary = true
Expand All @@ -55,8 +55,8 @@ version = "v2.17.0"
url = "https://v2.helm.sh/docs"

[params.nextversion]
version = "v3.17.0"
date = "January 15, 2025"
version = "v3.18.0"
date = "May 14, 2025"

[[params.quicklinks]]
title = "Quickstart Guide"
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_completion_fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_completion_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 12 additions & 5 deletions content/en/docs/helm/helm_dependency_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_dependency_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 12 additions & 5 deletions content/en/docs/helm/helm_dependency_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_get_values.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion content/en/docs/helm/helm_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions content/en/docs/helm/helm_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_plugin_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,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 11-Sep-2024
###### Auto generated by spf13/cobra on 15-Jan-2025
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_plugin_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_plugin_uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ helm plugin uninstall <plugin>... [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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_plugin_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ helm plugin update <plugin>... [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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion content/en/docs/helm/helm_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_registry_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_registry_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_repo_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 5 additions & 3 deletions content/en/docs/helm/helm_repo_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


```
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_repo_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_repo_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_repo_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_rollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ helm rollback <RELEASE> [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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_search_hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/en/docs/helm/helm_search_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading