feat: support annotations on Deployment/StatefulSet in Helm chart - #41552
Merged
Merged
Conversation
Add a top-level `annotations` value that gets applied to the main Appsmith Deployment or StatefulSet metadata. This enables use cases like Stakater Reloader (`reloader.stakater.com/auto: "true"`) and other annotations that must live on the workload resource itself rather than on pods. Also wires up `commonAnnotations` to the workload resource, which was previously missing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
WalkthroughAdds conditional annotations rendering to the Helm deployment template, introduces top-level Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Tests cover: annotations on StatefulSet and Deployment, commonAnnotations on the workload resource, merging both annotation sources, multiple annotations, and no annotations when none are set. Bumps chart version to 3.6.9. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
wyattwalter
force-pushed
the
claude/sharp-shirley
branch
from
February 11, 2026 20:46
ef4119b to
a877940
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
annotationsvalue in the Helm chart that gets applied to the Deployment/StatefulSet metadatacommonAnnotationsvalue to the Deployment/StatefulSet, which was previously missing from this resourcereloader.stakater.com/auto: "true") and other annotations that need to live on the workload resourceExample usage
Test plan
annotationsset and verify annotations appear on the StatefulSet metadataworkload.kind: Deploymentand verify annotations appear on the Deployment metadatacommonAnnotationsset and verify they also appear on the Deployment/StatefulSetannotationsandcommonAnnotationsto verify they merge correctly🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Tests
Chores
Warning
Tests have not run on the HEAD a877940 yet
Wed, 11 Feb 2026 20:46:53 UTC