Skip to content

docs: use --version flag for helm install/upgrade#563

Merged
danbar2 merged 1 commit into
ai-dynamo:mainfrom
yankay:docs/461-helm-version-flag
Apr 30, 2026
Merged

docs: use --version flag for helm install/upgrade#563
danbar2 merged 1 commit into
ai-dynamo:mainfrom
yankay:docs/461-helm-version-flag

Conversation

@yankay

@yankay yankay commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind documentation

What this PR does / why we need it:

The oci://.../grove-charts:<tag> form in our docs doesn't work consistently across Helm versions. Helm's official OCI docs use --version <version> instead.

Update all helm install/upgrade examples in docs/ accordingly.

Which issue(s) this PR fixes:

Fixes #461

Special notes for your reviewer:

Docs-only.

Tested with v0.1.0-alpha.8:

  • helm show chart oci://ghcr.io/ai-dynamo/grove/grove-charts --version v0.1.0-alpha.8
  • helm template grove oci://ghcr.io/ai-dynamo/grove/grove-charts --version v0.1.0-alpha.8
  • Representative helm template commands with the documented Auto MNNVL and manual certificate values.

Does this PR introduce a API change?

NONE

Additional documentation e.g., enhancement proposals, usage docs, etc.:


The current installation docs reference the chart with a colon-tag
suffix (oci://.../grove-charts:<tag>), which does not work consistently
across all Helm versions. Helm's official OCI documentation consistently
uses the '--version <version>' flag for install/upgrade against OCI
registries, which is the portable form.

Update all helm install/upgrade examples in docs/ to use
'oci://.../grove-charts --version <version>' instead.

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
@copy-pr-bot

copy-pr-bot Bot commented Apr 29, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@yankay yankay changed the title docs: use --version flag for helm install/upgrade WIP: docs: use --version flag for helm install/upgrade Apr 29, 2026
@yankay yankay changed the title WIP: docs: use --version flag for helm install/upgrade docs: use --version flag for helm install/upgrade Apr 29, 2026

@shayasoolin shayasoolin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks!

@danbar2 danbar2 merged commit 451e893 into ai-dynamo:main Apr 30, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update installation doc to use helm install --version

3 participants