Skip to content

Document helm list SOURCE column and release-source annotation#2155

Open
promptless-for-oss wants to merge 1 commit into
helm:mainfrom
Promptless:promptless/document-helm-list-source-column
Open

Document helm list SOURCE column and release-source annotation#2155
promptless-for-oss wants to merge 1 commit into
helm:mainfrom
Promptless:promptless/document-helm-list-source-column

Conversation

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Open this suggestion in Promptless to view citations and reasoning process

Updates the helm list example in the quickstart guide to show the new SOURCE column and explains the meta.helm.sh/release-source annotation that helm install/helm upgrade record. Based on the proposed helm/helm PR #32250 (still open/unreviewed).

Trigger Events


Tip: Whenever you leave a comment tagged @Promptless on a Promptless PR, Promptless will remember it for future suggestions 🧠

Signed-off-by: promptless[bot] <promptless[bot]@users.noreply.github.com>
Comment thread docs/intro/quickstart.md
```

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`.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Source: https://github.com/helm/helm/pull/32250/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hold Do not merge yet size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants