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
Unfortunately that feature has not been added to helm. The HIP was approved, however we are still waiting on helm/helm#11378 to be approved before this can happen.
What happened?
While working on a blog post about Nova, I wasn't able to get the tool to flag 2 deprecated charts.
I installed nginx-ingress and kube2iam from the deprecated helm chart repo, but nova is still reporting that these are not deprecated:
I'm running Nova v3.2.0.
What did you expect to happen?
I expect Nova identify charts with
deprecated: true
in their Chart.yaml as deprecated.How can we reproduce this?
kubewatch is a deprecated chart.
Install it with the command:
Then, run
nova find
and you will seePer @sudermanjr, the artifacthub functionality broke the Deprecated function.
If you disable artifact hub, and specify the repository directly, it gets the field to flip:
nova find --poll-artifacthub=false --url=https://charts.bitnami.com/bitnami
Version
3.2.0
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: