feat: support output directories for helm template - #433
Open
Ishubhammohole wants to merge 1 commit into
Open
Ishubhammohole wants to merge 1 commit into
Ishubhammohole wants to merge 1 commit into
Conversation
Signed-off-by: Shubham Mohole <95623059+Ishubhammohole@users.noreply.github.com>
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
withOutputDir(Path)anduseReleaseName()to the template command APITesting
go test ./internal/helm -run '^TestTemplateFromLocal$' -count=1— passedmake test-go— passedgo vet ./...— passedmake build-native— passedmvn test -pl helm-java -am -Dtest=HelmTemplateTest -Dsurefire.failIfNoSpecifiedTests=false -Denforcer.skipRules=requireFilesExist— passed (16 tests)make build-current-platform— 106 passed, 2 skipped, 5 unrelated environment failures: two macOS native-keychain logout expectations and three signing fixtures whose resource paths contain the workspace's URL-encoded%20make check-authors— existing repository-wide check reports 8 unrelated files; all modified Java files include the contributor author tagAI-assisted development was used following the repository's
AGENTS.mdworkflow; the implementation, generated native interface alignment, diff, and reported results were reviewed before submission.Fixes #329