Skip to content
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

Nova unable to flag deprecated Helm charts #134

Open
2 tasks done
kimschles opened this issue Jul 22, 2022 · 3 comments
Open
2 tasks done

Nova unable to flag deprecated Helm charts #134

kimschles opened this issue Jul 22, 2022 · 3 comments
Labels
bug Something isn't working pinned Prevents stalebot from removing

Comments

@kimschles
Copy link
Contributor

kimschles commented Jul 22, 2022

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:

Release Name      Installed    Latest    Old      Deprecated
============      =========    ======    ===      ==========
kube2iam          2.5.3        2.6.0     true     false
metrics-server    3.8.0        3.8.2     true     false
nginx-ingress     1.41.0       1.41.2    true     false
vpa               1.4.0        1.4.0     false    false

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:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm install my-release bitnami/kubewatch

Then, run nova find and you will see

Release Name             Installed    Latest    Old      Deprecated
============             =========    ======    ===      ==========
kubewatch                3.3.4        3.3.4    false    false

Per @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

Release Name    Installed    Latest    Old      Deprecated
============    =========    ======    ===      ==========
kubewatch       3.3.4        3.3.4     false    true

Version

3.2.0

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

@kimschles kimschles added bug Something isn't working triage This bug needs triage labels Jul 22, 2022
@sudermanjr sudermanjr added pinned Prevents stalebot from removing and removed triage This bug needs triage labels Jul 22, 2022
@sudermanjr
Copy link
Member

If we were able to get this feature added to helm, we could eliminate this issue.

@deiga
Copy link

deiga commented Mar 10, 2023

@sudermanjr Since that feature has been added, is this issue still valid?

@sudermanjr
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pinned Prevents stalebot from removing
Projects
None yet
Development

No branches or pull requests

3 participants