Skip to content

Validate helm_release.name during plan to catch invalid release names in plan time #1622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JaylonmcShan03
Copy link
Collaborator

@JaylonmcShan03 JaylonmcShan03 commented Apr 30, 2025

Description

Addresses #1619

This PR enhances the helm_release resource by adding explicit validation for the name field in the ModifyPlan method. This ensures that invalid Helm release names are caught earlier (during planning), rather than surfacing later during apply.

Acceptance tests

  • Have you added an acceptance test for the functionality being added?

Release Note

Release note for CHANGELOG:

...

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@JaylonmcShan03 JaylonmcShan03 requested a review from a team as a code owner April 30, 2025 16:23
@github-actions github-actions bot added size/S and removed size/M labels Apr 30, 2025
@github-actions github-actions bot added size/M and removed size/S labels Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant