FairwindsOps/nova

Add a flag to enable pre-release versions

Opened this issue · 3 comments

What happened?

✗ nova find
Release Name      Installed    Latest          Old      Deprecated
============      =========    ======          ===      ==========
cert-manager      v1.5.5       1.8.0           true     false
external-dns      6.2.4        6.2.4           false    false
gitea             5.0.4        5.0.4           false    false
ingress-nginx     4.0.19       4.1.0-beta.1    true     false
metrics-server    5.8.9        5.11.7          true     false
synapse           1.1.5        1.1.5           false    false
infrastructure/resources   ⎈ do-sfo3-iratepublik (gitea)  main
▶ helm search repo ingress-nginx
NAME                            CHART VERSION   APP VERSION     DESCRIPTION
ingress-nginx/ingress-nginx     4.0.19          1.1.3           Ingress controller for Kubernetes using NGINX a...

What did you expect to happen?

I expected to see 4.0.19 as the latest version for ingress-nginx

How can we reproduce this?

Install ingress-nginx chart, run nova find

Version

Version:3.0.2 Commit:f8f0448ca2362fff6797578a595308dd956ce462

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

Even better - a flag to enable finding pre-release versions. Maybe another issue for a feature.

IDerr commented

Hello ! Interested in this issue ! I had the same issue with mimir
image

Thanks for your work !

With the merge of #187, I changed this to an enhancement to add pre-release versions in case someone wants to add that down the road.