Document helm list SOURCE column and release-source annotation#2155
Open
promptless-for-oss wants to merge 1 commit into
Open
Document helm list SOURCE column and release-source annotation#2155promptless-for-oss wants to merge 1 commit into
promptless-for-oss wants to merge 1 commit into
Conversation
Signed-off-by: promptless[bot] <promptless[bot]@users.noreply.github.com>
| ``` | ||
|
|
||
| The `helm list` (or `helm ls`) function will show you a list of all deployed releases. | ||
| The `helm list` (or `helm ls`) command shows all of your deployed releases. The `SOURCE` column tells you where each chart came from. Helm records this location in the `meta.helm.sh/release-source` annotation when you install or upgrade a release. The value is the chart reference you supplied, or the repository URL when you install with `--repo`. |
Contributor
Author
There was a problem hiding this comment.
PR #32250 adds the SOURCE column to helm list table/JSON/YAML output in pkg/cmd/list.go, and sets the meta.helm.sh/release-source annotation in pkg/cmd/install.go and pkg/cmd/upgrade.go to the chart ref (or the --repo URL when provided). This is the basis for the new SOURCE column and explanatory paragraph.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Updates the
helm listexample in the quickstart guide to show the newSOURCEcolumn and explains themeta.helm.sh/release-sourceannotation thathelm install/helm upgraderecord. Based on the proposed helm/helm PR #32250 (still open/unreviewed).Trigger Events
Tip: Whenever you leave a comment tagged
@Promptlesson a Promptless PR, Promptless will remember it for future suggestions 🧠