nova icon indicating copy to clipboard operation
nova copied to clipboard

Find outdated or deprecated Helm charts running in your cluster.

Results 79 nova issues
Sort by recently updated
recently updated
newest added

Bumps alpine from 3.16.0 to 3.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.16.0&new-version=3.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.9.0 to 3.9.2. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.9.2 is a patch release. This release is the same Helm source as v3.9.1. It is rebuilt...

dependencies
go

This PR fixes # ## Checklist * [x] I have signed the CLA * [x] I have updated/added any relevant documentation ## Description ### What's the goal of this PR?...

### 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](https://github.com/helm/charts/tree/master/stable/nginx-ingress) and [kube2iam](https://github.com/helm/charts/tree/master/stable/kube2iam) from the...

bug
pinned

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.24.2 to 0.24.3. Commits 2325aaa Update dependencies to v0.24.3 tag See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/api&package-manager=go_modules&previous-version=0.24.2&new-version=0.24.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.12.2 to 0.12.3. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.12.3 What's Changed :sparkles: Provide access to admission.Request in custom validator/defaulter in kubernetes-sigs/controller-runtime#1952 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.12.2...v0.12.3 Commits cd0058a...

dependencies
go

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.70.0 to 2.70.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.25 (Take 2) What's Changed ktesting: handle test completion by @​pohly in kubernetes/klog#337...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies
go

### 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...

enhancement
priority: could
pinned

### What happened? The `--include-all` flag says it will "Show all charts even if no latest version is found." However, when using `--containers`, it seems to work more like `--show-old=false`....

documentation
enhancement