-
Notifications
You must be signed in to change notification settings - Fork 671
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
[BUG] generate_helm.sh doesn't update helm docs for all charts #4950
Comments
🤖 Hey there @lowc1012! Great to see you around here again. 😄 I'll dive into this helm docs conundrum and get back to you with a full answer shortly. Hang tight! |
#take |
🤖 Based on the information you've provided, it seems like you've already run the The If the README.md for the
If none of these suggestions resolve the issue, it would be helpful if you could provide more information about the changes you made to the For reference, here is the section of the echo "Generating helm docs"
if command -v helm-docs &> /dev/null
then
rm $(which helm-docs)
fi
GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
${GOPATH:-~/go}/bin/helm-docs -c ${DIR}/../charts/ And here is the structure of the
Sources: Sources
|
Root cause: But flyte targets go1.21, so that it failed to generate helm-doc |
Fixed by #4995 |
Describe the bug
When I updated values.yaml in
flyte-binary
chart and ranmake helm
, the README.md didn't be modifiedExpected behavior
README.md should be modified if I modified the values.yaml in charts. Need to check if each helm doc can be modified with changed vaules.yaml via generate_helm.sh.
Additional context to reproduce
No response
Screenshots
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: