Merge pull request #6835 from mattfarina/tweak-search-v3

Updating the usage language for search repo
pull/6861/head
Matt Farina 5 years ago committed by GitHub
commit bf8318ea0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save