We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to deploy helm release directly using repo url and its failing with following error.
Error: Chart.yaml file is missing
providing the repo url in --repo parameter should work as expected.
version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.19.2"}
helm template kafka-ui --repo https://provectus.github.io/kafka-ui-charts kafka-ui
Output: Error: Chart.yaml file is missing
No response
The text was updated successfully, but these errors were encountered:
provectus/kafka-ui#4255 -> https://github.com/kafbat/kafka-ui
Sorry, something went wrong.
No branches or pull requests
Issue submitter TODO list
Describe the bug (actual behavior)
Trying to deploy helm release directly using repo url and its failing with following error.
Error: Chart.yaml file is missing
Expected behavior
providing the repo url in --repo parameter should work as expected.
Your installation details
version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.19.2"}
Steps to reproduce
helm template kafka-ui --repo https://provectus.github.io/kafka-ui-charts kafka-ui
Output:
Error: Chart.yaml file is missing
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: