Skip to content

feat: support custom labels in volumeClaimTemplates#14373

Open
grothej wants to merge 1 commit intografana:mainfrom
grothej:feat/helm-add-labels-to-pvc
Open

feat: support custom labels in volumeClaimTemplates#14373
grothej wants to merge 1 commit intografana:mainfrom
grothej:feat/helm-add-labels-to-pvc

Conversation

@grothej
Copy link

@grothej grothej commented Feb 15, 2026

What this PR does

Enhances the mimir-distributed helm chart to define labels for PVCs used by alertmanager, compactor, store-gateway and ingester statfulsets in mimir-distributed helm chart.

Which issue(s) this PR fixes or relates to

Fixes #14266

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]. If changelog entry is not needed, please add the changelog-not-needed label to the PR.
  • about-versioning.md updated with experimental features.

Note

Low Risk
Small Helm templating change that only adds optional PVC labels; risk is limited to potential YAML rendering/indentation mistakes affecting the StatefulSets that use persistent volumes.

Overview
Helm chart now supports adding custom metadata.labels to the volumeClaimTemplates PVCs for alertmanager, compactor, ingester, and store-gateway StatefulSets via new *.persistentVolume.labels values.

Updates values.yaml to expose the new options (default {}) and records the enhancement in CHANGELOG.md.

Written by Cursor Bugbot for commit 641fd14. This will update automatically on new commits. Configure here.

Allow to define labels for volume claims used by alertmanager,
compactor, store-gateway and ingester statfulsets in mimir-distributed
helm chart.
@grothej grothej requested a review from a team as a code owner February 15, 2026 23:41
@CLAassistant
Copy link

CLAassistant commented Feb 15, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@tacole02 tacole02 left a comment

Choose a reason for hiding this comment

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

Changelog LGTM

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.

Helm: Add Labels To VolumeClaimTemplates

3 participants

Comments