Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
db9520dd
Unverified
Commit
db9520dd
authored
Oct 30, 2019
by
Matt Farina
Committed by
GitHub
Oct 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6834 from mattfarina/naming-tweak
Update language on search usage
parents
77ca445c
ae6a33fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
search.go
cmd/helm/search.go
+1
-1
helm_search.md
docs/helm/helm_search.md
+2
-2
No files found.
cmd/helm/search.go
View file @
db9520dd
...
...
@@ -46,7 +46,7 @@ Examples:
# Search for release versions matching the keyword "nginx", including pre-release versions
helm search 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 nginx-ingress --version ^1.0.0
Repositories are managed with 'helm repo' commands.
...
...
docs/helm/helm_search.md
View file @
db9520dd
...
...
@@ -20,7 +20,7 @@ Examples:
# Search for release versions matching the keyword "nginx", including pre-release versions
helm search 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 nginx-ingress --version ^1.0.0
Repositories are managed with 'helm repo' commands.
...
...
@@ -73,4 +73,4 @@ helm search [keyword] [flags]
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
25
-Oct-2019
###### Auto generated by spf13/cobra on
30
-Oct-2019
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment