[PR #48] [CLOSED] feat(pyroscope)!: migrate to Helm chart v2.0.1 #313
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/homelab-cluster#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/homelab-cluster/pull/48
Author: @Copilot
Created: 5/19/2026
Status: ❌ Closed
Base:
main← Head:copilot/chore-plan-migration-to-helm-v2-0📝 Commits (4)
c67fe38Initial planedde5b9chore(renovate): block Pyroscope major version auto-upgrade (v2.0 breaking changes)4af6e3bfeat(pyroscope)!: migrate to Helm chart v2.0.1 with v1 storage path preserved305ab39chore(pyroscope): switch to OCIRepository with SHA digest pinning📊 Changes
4 files changed (+26 additions, -20 deletions)
View changed files
📝
kubernetes/apps/observability/pyroscope/app/helmrelease.yaml(+9 -8)➖
kubernetes/apps/observability/pyroscope/app/helmrepository.yaml(+0 -11)📝
kubernetes/apps/observability/pyroscope/app/kustomization.yaml(+1 -1)➕
kubernetes/apps/observability/pyroscope/app/ocirepository.yaml(+16 -0)📄 Description
Pyroscope v2.0 introduced breaking changes to the Helm chart values and storage architecture. This PR performs the migration to Helm chart v2.0.1 with all required value remapping, and removes the Renovate blocking rule that was added in anticipation of this work.
Changes
kubernetes/apps/observability/pyroscope/app/ocirepository.yaml(new) — replaces theHelmRepositorywith anOCIRepositorysourcingoci://ghcr.io/grafana/helm-charts/pyroscopeat tag2.0.1with a pinned digest (sha256:51859560888c54ca415d43f438d93e1c5f0b9aa2fbedf2e41655df50f692f793), consistent with how other apps in the repo are wired.kubernetes/apps/observability/pyroscope/app/helmrelease.yaml— switched fromchart.spec(HelmRepository reference) tochartRefpointing to the newOCIRepository, and added explicitarchitecture.storagesettings:Setting
v2: falseis required to preserve the existing v1 data/storage path and prevent a startup failure — Pyroscope v2.0 will error at startup if v2 storage is enabled without an object-storage backend configured. All existing values keys (pyroscope.extraArgs,pyroscope.persistence,pyroscope.resources,serviceMonitor) remain valid in v2.0. The removed v1.x keys (persistence.shared,migration.queryBackend,all.enable-v1-write-path) were not in use.kubernetes/apps/observability/pyroscope/app/helmrepository.yaml(deleted) — no longer needed; replaced by theOCIRepository.kubernetes/apps/observability/pyroscope/app/kustomization.yaml— updated to referenceocirepository.yamlinstead ofhelmrepository.yaml..renovaterc.json5— removed the temporary packageRule that blocked major-version auto-upgrades for thepyroscopeHelm chart.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.