Skip to content

Conversation

a-thomas-22
Copy link
Collaborator

Summary

Remove the app.kubernetes.io/version label from all charts to avoid unnecessary diffs when appVersion changes.

Changes

  • Remove app.kubernetes.io/version label from common labels in:
    • nitro chart
    • relay chart
    • das chart
  • Bump chart versions:
    • nitro: 0.7.9 -> 0.7.10
    • relay: 0.6.4 -> 0.6.5
    • das: 0.6.4 -> 0.6.5

Why?

The app.kubernetes.io/version label creates unnecessary diffs in deployed resources whenever the appVersion changes, even if there are no other changes to the deployment. This label is not required and removing it simplifies upgrades.

Test plan

  • Verified helm template renders without the version label for all charts
  • No errors when generating templates

Remove the app.kubernetes.io/version label from the common labels in all charts
(nitro, relay, das). This label is not needed and creates unnecessary diff
when the appVersion changes frequently.
- nitro: 0.7.9 -> 0.7.10
- relay: 0.6.4 -> 0.6.5
- das: 0.6.4 -> 0.6.5
@a-thomas-22 a-thomas-22 requested a review from a team as a code owner July 24, 2025 04:14
Copy link

Chart Installation Test succeeded ✅

The chart installation test for commit 1140f2d21bcb2a78463dd3a10f7b9fd46217428a has succeeded.

Changed charts: charts/das charts/nitro charts/relay

View workflow run
View unprivileged test run

@a-thomas-22 a-thomas-22 merged commit 194a799 into main Jul 29, 2025
7 checks passed
@a-thomas-22 a-thomas-22 deleted the chore/remove-app-version-label branch July 29, 2025 14:52
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.

2 participants