mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Updating the usage language for search repo
Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
parent
73db724c6c
commit
de438b5e68
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Examples:
|
|||
# Search for release versions matching the keyword "nginx", including pre-release versions
|
||||
$ helm search repo nginx --devel
|
||||
|
||||
# Search for the latest patch release for nginx-ingress 1.x
|
||||
# Search for the latest stable release for nginx-ingress with a major version of 1
|
||||
$ helm search repo nginx-ingress --version ^1.0.0
|
||||
|
||||
Repositories are managed with 'helm repo' commands.
|
||||
|
|
|
|||
Loading…
Reference in a new issue