Skip to content

docs: fix duplicate --version in Helm OCI examples#44380

Merged
qmonnet merged 1 commit intocilium:mainfrom
gma1k:fix/helm-docs-chart-version
Feb 16, 2026
Merged

docs: fix duplicate --version in Helm OCI examples#44380
qmonnet merged 1 commit intocilium:mainfrom
gma1k:fix/helm-docs-chart-version

Conversation

@gma1k
Copy link
Copy Markdown
Contributor

@gma1k gma1k commented Feb 15, 2026

Please ensure your pull request adheres to the following guidelines:

  • For first time contributors, read Submitting a pull request
  • All code is covered by unit and/or runtime tests where feasible.
  • All commits contain a well written commit description including a title,
    description and a Fixes: #XXX line if the commit addresses a particular
    GitHub issue.
  • If your commit description contains a Fixes: <commit-id> tag, then
    please add the commit author[s] as reviewer[s] to this issue.
  • All commits are signed off. See the section Developer's Certificate of Origin
  • Provide a title or release-note blurb suitable for the release notes.
  • Are you a user of Cilium? Please add yourself to the Users doc
  • Thanks for contributing!

Description:

In the stable docs, |CHART_VERSION| is substituted with --version <release> (e.g. --version 1.19.0). The Helm OCI examples had an extra literal --version before |CHART_VERSION|, which produced a duplicate flag in the rendered output (e.g. --version --version 1.19.0).

docs: Fix duplicate `--version` in Helm OCI install/upgrade documentation examples.

|CHART_VERSION| already expands to '--version <release>'.
Removing the extra literal --version before |CHART_VERSION| so the
rendered CLI is correct (e.g. single '--version 1.19.0').

Signed-off-by: Ghassan Malke <ghassan+github@malke.nl>
@gma1k gma1k requested a review from a team as a code owner February 15, 2026 20:09
@gma1k gma1k requested a review from qmonnet February 15, 2026 20:09
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Feb 15, 2026
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Feb 15, 2026
@gma1k
Copy link
Copy Markdown
Contributor Author

gma1k commented Feb 15, 2026

The dont-merge/... label was added by mistake, this PR is ready for review. Could someone remove that label? Thanks!

Copy link
Copy Markdown
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

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

Good catch, thanks a lot!

@qmonnet qmonnet added area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. release-note/misc This PR makes changes that have no direct user impact. labels Feb 16, 2026
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Feb 16, 2026
@qmonnet
Copy link
Copy Markdown
Member

qmonnet commented Feb 16, 2026

The dont-merge/... label was added by mistake, this PR is ready for review. Could someone remove that label? Thanks!

This was not a mistake, this was simply because the PR needed someone with sufficient permissions to add the relevant release-note/... label to the PR. It's done now.

@qmonnet
Copy link
Copy Markdown
Member

qmonnet commented Feb 16, 2026

/test

@qmonnet qmonnet added the needs-backport/1.19 This PR / issue needs backporting to the v1.19 branch label Feb 16, 2026
@qmonnet qmonnet enabled auto-merge February 16, 2026 10:46
@qmonnet qmonnet added this pull request to the merge queue Feb 16, 2026
Merged via the queue into cilium:main with commit b5709df Feb 16, 2026
80 checks passed
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 16, 2026
@gma1k gma1k deleted the fix/helm-docs-chart-version branch February 16, 2026 11:17
@glrf glrf mentioned this pull request Feb 17, 2026
12 tasks
@glrf glrf added backport-pending/1.19 The backport for Cilium 1.19.x for this PR is in progress. and removed needs-backport/1.19 This PR / issue needs backporting to the v1.19 branch labels Feb 17, 2026
@github-actions github-actions bot added backport-done/1.19 The backport for Cilium 1.19.x for this PR is done. and removed backport-pending/1.19 The backport for Cilium 1.19.x for this PR is in progress. labels Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. backport-done/1.19 The backport for Cilium 1.19.x for this PR is done. kind/community-contribution This was a contribution made by a community member. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants