| Name | Modified | Size | Downloads / 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
1to semver1.0.0. - Updated the migration commands to use the current dedicated chart release,
kuberhealthy/kuberhealthy-helmv1.0.2, which targets Kuberhealthyv3.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
mainat3858515c3eb5492939f8201d8c422425128614f5. - Release documentation was corrected on
mainatc1b8ac0a2a037e8d06401e3922de1bf3c1632fa2to reference chartv1.0.2/ appVersionv3.0.5. - Validation passed:
helm lint deploy/helm/kuberhealthy,helm template kuberhealthy deploy/helm/kuberhealthy --namespace kuberhealthy,git diff --check, and livehelm show chart kuberhealthy/kuberhealthy --version 1.0.2.
Full Changelog: https://github.com/kuberhealthy/kuberhealthy/compare/v3.0.5...v3.0.6