You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pluto detect-files -d ./chart-repo/myexamplechart/ sees no deprecated or removed apiVersions. But it sees it when we run it from the root directory of the repo. I have manually specified the ingress template for the chart uses v1beta which is removed in kube 1.22
This is happening on the linux amd64 version and the darwin arm64 version (installed via brew for the darwin install).
What did you expect to happen?
I expected pluto to output that the ingress component is using a removed api version
How can we reproduce this?
Create a repository for multiple helm charts (not packaged) and try running the pluto commands.
Explanation of how the detect-files command works would assist in troubleshooting.
Version
Latest
Search
I did search for other open and closed issues before opening this.
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
What happened?
Running
pluto detect-files -d ./chart-repo/myexamplechart/
sees no deprecated or removed apiVersions. But it sees it when we run it from the root directory of the repo. I have manually specified the ingress template for the chart uses v1beta which is removed in kube 1.22This is happening on the linux amd64 version and the darwin arm64 version (installed via brew for the darwin install).
What did you expect to happen?
I expected pluto to output that the ingress component is using a removed api version
How can we reproduce this?
Create a repository for multiple helm charts (not packaged) and try running the pluto commands.
Explanation of how the detect-files command works would assist in troubleshooting.
Version
Latest
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: