Skip to content
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

chore(helm): relax path validation requirements for valueFiles #3445

Merged
merged 2 commits into from
Jan 7, 2023

Conversation

Walther
Copy link
Contributor

@Walther Walther commented Dec 14, 2022

What this PR does / why we need it:

Relaxes the path validation requirements for valueFiles field in helm modules.

Which issue(s) this PR fixes:

Fixes #3367
Introduces #3487

Special notes for your reviewer:

Based on internal conversations, we're essentially trading issues here: allow users to specify the valueFiles in a bit more flexible manner to unblock them, while introducing the slight risk of possible version/cache invalidation issues.

@Walther Walther changed the title chore: relax path validation requirements for valueFiles chore(helm): relax path validation requirements for valueFiles Jan 4, 2023
@edvald
Copy link
Collaborator

edvald commented Jan 7, 2023

Just as I hit the approve button, I'm noticing that the commit messages need to be fixed. I'm doing it in the squash now so no big deal, but note that chore will not show up automatically in release notes. This should be an improvement or fix.

@edvald edvald merged commit 24589b6 into main Jan 7, 2023
@edvald edvald deleted the 2022-12-14-valuefiles branch January 7, 2023 17:00
vvagaytsev pushed a commit that referenced this pull request Jan 24, 2023
…3445)

* chore: relax path validation requirements for valueFiles

* chore: add rudimentary test for relative path in valueFiles
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.

Not able to use local valueFiles when using repositoryUrl helm module.
2 participants