Nova

Find outdated or deprecated Helm charts running in your cluster.

Nova scans your cluster for installed Helm charts, then cross-checks them against all known Helm repositories. If it finds an updated version of the chart you're using, or notices your current version is deprecated, it will let you know.

Nova can also scan your cluster for out of date container images. Find out more in the docs.

# Notice: Registry Migration and Immutable Images (v3.11.15 → v3.12.0)

Starting with v3.12.0:

  • Images moved to us-docker.pkg.dev/fairwinds-ops/oss/nova
  • quay.io/fairwinds/nova is deprecated

# Required action

- quay.io/fairwinds/nova:<tag>
+ us-docker.pkg.dev/fairwinds-ops/oss/nova:<tag>

# Immutable and signed images

  • Images are now signed

  • Tags are immutable

  • No more floating tags:

    • v3
    • v3.11
    • latest

Use full version tags:

us-docker.pkg.dev/fairwinds-ops/oss/nova:v<major>.<minor>.<patch>

Or pin by digest:

us-docker.pkg.dev/fairwinds-ops/oss/nova@sha256:<digest>

# Join the Fairwinds Open Source Community

The goal of the Fairwinds Community is to exchange ideas, influence the open source roadmap, and network with fellow Kubernetes users. Chat with us on Slack (opens new window)

# Other Projects from Fairwinds

Enjoying Nova? Check out some of our other projects:

Or check out the full list (opens new window)

# Fairwinds Insights

If you're interested in running Nova in multiple clusters, tracking the results over time, integrating with Slack, Datadog, and Jira, or unlocking other functionality, check out Fairwinds Insights (opens new window), a platform for auditing and enforcing policy in Kubernetes clusters.