We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Guys,
looks like there is a typo in the install.md. With my helm version I get a error unknown argument.
helm version: version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}
version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}
cmd: helm search repo reports-server --l
helm search repo reports-server --l
error: Error: unknown flag: --l
Error: unknown flag: --l
Code line:
reports-server/docs/INSTALL.md
Line 31 in c0d75ef
man page: -l, --versions show the long listing, with each version of each chart on its own line, for repositories you have added
-l, --versions show the long listing, with each version of each chart on its own line, for repositories you have added
solution:
helm search repo reports-server -l or helm search repo reports-server --versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Guys,
looks like there is a typo in the install.md. With my helm version I get a error unknown argument.
helm version:
version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}
cmd:
helm search repo reports-server --l
error:
Error: unknown flag: --l
Code line:
reports-server/docs/INSTALL.md
Line 31 in c0d75ef
man page:
-l, --versions show the long listing, with each version of each chart on its own line, for repositories you have added
solution:
The text was updated successfully, but these errors were encountered: