-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: use helmBin() for kustomize build for helmChart in kustomization.yaml #64
feat: use helmBin() for kustomize build for helmChart in kustomization.yaml #64
Conversation
2130c9a
to
108cd55
Compare
@moririnson could you add some tests? |
68c99ff
to
9b075f6
Compare
Signed-off-by: moririnson <[email protected]>
9b075f6
to
3dd105f
Compare
…n.yaml This adds support --helm-binary for helmChart in kustomization.yaml by: - Changing use helmBin() for kustomize build Resolves helmfile/helmfile#1121 Signed-off-by: moririnson <[email protected]>
@yxxhero I added tests. Please review 🙇 In the first commit, I added cases for In the next commit, as the title of the pull request suggests, I made it so that helmBin() is also carried over to kustomize build. Both test cases for Interestingly, it seems that |
f72a52c
to
08ae9df
Compare
Signed-off-by: moririnson <[email protected]>
a08d70f
to
f72a52c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tests added.
@yxxhero Should I submit a p-r to use chartify 0.17.0 on the helmfile side? Or should I wait for dependabot? |
@moririnson you can post a PR. thanks so much. |
I will merge it as soon as I can. |
@yxxhero I posted PR. Please merge when you can~ 🙏 |
This adds support --helm-binary for helmChart in kustomization.yaml by:
Resolves helmfile/helmfile#1121