chore: add module specific Zarf Helm releaseName - #3293
Open
AmberFryar wants to merge 7 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3293 +/- ##
=======================================
Coverage 77.79% 77.80%
=======================================
Files 92 92
Lines 2545 2546 +1
Branches 544 545 +1
=======================================
+ Hits 1980 1981 +1
Misses 439 439
Partials 126 126
🚀 New features to boost your workflow:
|
Contributor
Greptile SummaryThe PR assigns module-specific Helm release names to generated Zarf chart metadata while preserving the existing default chart name.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the previously reported integration expectation now includes the generated custom release name. Important Files Changed
Reviews (3): Last reviewed commit: "Merge branch 'main' into add-module-spec..." | Re-trigger Greptile |
Contributor
Author
|
@greptileai review |
AmberFryar
marked this pull request as ready for review
September 3, 2026 16:13
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.
Description
UDS Dependency Operator also fails when its Pepr chart is deployed beside UDS Core.
Both UDS Core’s generated Pepr chart and Dependency Operator’s generated Pepr chart used
name: modulein thepepr-systemnamespace. WhenreleaseNameis unset, Zarf defaults the Helm release name to the chartname.That caused both charts to resolve to the same Helm release,
module. Deploying the Dependency Operator chart could therefore upgrade/replace UDS Core’s Pepr chart release and prune UDS Core’s Pepr admission and watcher resources.Changes
releaseNameto generated Zarf chart metadata.name: moduleby default to preserve existing imports and Zarf values paths.pepr-<uuid>as the default release name.--custom-namebehavior by using the custom name for the component name, chart name, and release name....
End to End Test:
(See Pepr Excellent Examples)
Related Issue
Fixes #
Relates to #
Type of change
Checklist before merging