-
Notifications
You must be signed in to change notification settings - Fork 772
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
fix :area/helm charts: Add Notes.txt to .helmignore #221
Conversation
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
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.
Hey @Sheikh-Abubaker, thanks for the PR.
Seems like there was a misunderstanding. The issue is not with Cyclops's Helm chart; the issue is deploying other Helm charts through Cyclops. For instance, try connecting and deploying this chart:
repo: https://github.com/KaradzaJuraj/templates-pub
path: demo
You can see that in this chart, under the templates subdirectory, exists a Notes.txt that Cyclops is unable to parse.
If you try to deploy using the above chart, the UI will tell that the backend is unavailable:
And if you go to the logs of the controller (the backend) you will find the following error => error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type map[string]interface {}
You can tackle this issue in a separate PR, but since you updated the version of the chart, I would kindly ask you to update the image tags to v0.3.1
and appVersion
to v0.3.1
. You can update ctrl here and the UI here
@petar-cvit my bad, let me look into this again, but I've a question do you want to move forward with these changes after I update the images tag mentioned above ? |
No worries; we appreciate the fact you picked it up in the first place. Yeah, I'd say it would be best if you updated the versions in this PR and you opened a new one for the issue |
Thanks, let me update the tags and push the latest changes, while also editing the description since this PR does not solve #203 rather it can be an enhancement |
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
@petar-cvit please checkout the latest changes and let me know it is up to mark. |
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.
Thanks @Sheikh-Abubaker! Feel free to pick up #203. If you need any guidance reach out on GitHub or Discord
You're welcome @petar-cvit and thanks for your time too!!, I'll surely look into #203 |
Installing helm chart before adding
Notes.txt
to.helmignore
Installing helm chart after adding
Notes.txt
to.helmignore