Skip to content

removes --reuse-values flag and updates version#611

Merged
danbarr merged 1 commit intomainfrom
removes-helm-flaggst
Mar 14, 2026
Merged

removes --reuse-values flag and updates version#611
danbarr merged 1 commit intomainfrom
removes-helm-flaggst

Conversation

@ChrisJBurns
Copy link
Contributor

@ChrisJBurns ChrisJBurns commented Mar 14, 2026

Description

We don't want to recommend users use --reuse-values because its a footgun for Helm and causes issues when updating Charts as it leaves the images on older versions.

Also updates the ToolHive version to a more recent version.

Type of change

  • Documentation update

Submitter checklist

Content and formatting

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Reviewer checklist

Content

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 14, 2026 01:05
@vercel
Copy link

vercel bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment Mar 14, 2026 1:06am

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Kubernetes operator deployment guide to discourage use of Helm’s --reuse-values during upgrades and refreshes the referenced ToolHive chart/CRD versions.

Changes:

  • Bumps example CRD and operator chart versions from 0.8.3 to 0.12.1 (and v0.8.3 to v0.12.1 in raw manifest URLs).
  • Removes --reuse-values from operator upgrade command examples.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 359 to +367
```bash
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --reuse-values
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system
```

This upgrades the operator to the latest version available in the OCI registry.
To upgrade to a specific version, add the `--version` flag:

```bash
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --reuse-values --version 0.8.3
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --version 0.12.1
@danbarr danbarr merged commit ed0ee08 into main Mar 14, 2026
10 checks passed
@danbarr danbarr deleted the removes-helm-flaggst branch March 14, 2026 01:21
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.

3 participants