Download Latest Version v3.0.9 source code.zip (1.5 MB)
Email in envelope

Get an email when there's a new version of Kuberhealthy

Home / v3.0.6
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-29 1.8 kB
v3.0.6 source code.tar.gz 2026-06-29 1.4 MB
v3.0.6 source code.zip 2026-06-29 1.5 MB
Totals: 3 Items   2.9 MB 0

What's Changed

Kuberhealthy v3.0.6 publishes the Helm chart repository migration guidance that landed in PR [#1518].

  • Added the Helm chart repository migration runbook for moving existing in-tree chart installs to the dedicated chart repository without changing the deployed workload.
  • Linked the Helm deployment docs to the dedicated chart repository and migration path.
  • Normalized the in-tree chart version from numeric 1 to semver 1.0.0.
  • Updated the migration commands to use the current dedicated chart release, kuberhealthy/kuberhealthy-helm v1.0.2, which targets Kuberhealthy v3.0.5.

Upgrade Notes

No Kuberhealthy controller code, CRDs, manifests, or runtime behavior changed in this release. Existing operator installs do not need an application migration.

For Helm users, the dedicated chart repository is available at:

:::sh
helm repo add kuberhealthy https://raw.githubusercontent.com/kuberhealthy/kuberhealthy-helm/main
helm repo update

Existing releases installed from deploy/helm/kuberhealthy can be moved in place by reusing the same release name, namespace, values, and deployed image. See docs/HELM_CHART_REPOSITORY_MIGRATION.md for the full migration procedure.

Validation

  • PR [#1518] was reviewed, approved, and merged into main at 3858515c3eb5492939f8201d8c422425128614f5.
  • Release documentation was corrected on main at c1b8ac0a2a037e8d06401e3922de1bf3c1632fa2 to reference chart v1.0.2 / appVersion v3.0.5.
  • Validation passed: helm lint deploy/helm/kuberhealthy, helm template kuberhealthy deploy/helm/kuberhealthy --namespace kuberhealthy, git diff --check, and live helm show chart kuberhealthy/kuberhealthy --version 1.0.2.

Full Changelog: https://github.com/kuberhealthy/kuberhealthy/compare/v3.0.5...v3.0.6

Source: README.md, updated 2026-06-29