Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.82 KB

File metadata and controls

62 lines (44 loc) · 1.82 KB
Insights Logo

A CLI for Fairwinds Insights

Insights CLI

A command line tool for interacting with Fairwinds Insights.

Want to learn more? Reach out on the Slack channel (request invite), send an email to opensource@fairwinds.com, or join us for office hours on Zoom

Documentation

Check out the docs at docs.fairwinds.com.

Contributing

PRs welcome! Check out the Contributing Guidelines and Code of Conduct for more information.

Notice: Registry Migration and Immutable Images (v3.1.10 → v3.2.0)

Starting with v3.2.0:

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

Required action

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

Immutable and signed images

  • Images are now signed

  • Tags are immutable

  • No more floating tags:

    • v3
    • v3.1
    • latest

Use full version tags:

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

Or pin by digest:

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