Skip to content

Document helm bump command on the cheat sheet - #2193

Draft
promptless-for-oss wants to merge 1 commit into
helm:mainfrom
Promptless:promptless/document-helm-bump-chart-version
Draft

Document helm bump command on the cheat sheet#2193
promptless-for-oss wants to merge 1 commit into
helm:mainfrom
Promptless:promptless/document-helm-bump-chart-version

Conversation

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Documents the new helm bump [VERSION_TYPE] [CHART] command in the "Chart Management" section of the Helm cheat sheet (docs/intro/CheatSheet.mdx), following the same pattern used for the other chart-management commands.

The command reads a chart's current version from Chart.yaml, computes a new version, and rewrites Chart.yaml in place. The added entries cover:

  • the default patch bump when VERSION_TYPE is omitted
  • major / minor / patch bumps
  • stable (strips the pre-release suffix)
  • pre-release bumps (alpha, beta, rc, post, dev)
  • setting an explicit semantic-version literal

The full CLI reference page (docs/helm/helm_bump.md) is auto-generated upstream from the cobra command definitions and is intentionally not included here.

Source: helm/helm PR #32402 (helm/helm#32402).

Document the new `helm bump [VERSION_TYPE] [CHART]` command in the
Chart Management section of the cheat sheet. Covers the default patch
bump, major/minor/patch, stable, pre-release (alpha/beta/rc/post/dev),
and explicit version-literal forms.

Source: helm/helm PR #32402
Signed-off-by: promptless[bot] <promptless[bot]@users.noreply.github.com>
@TerryHowe TerryHowe added hold Do not merge yet awaiting release Feature needs to be merged and released before docs update labels Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting release Feature needs to be merged and released before docs update hold Do not merge yet size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants