Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/romnn/helm-outdated-charts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/romnn/helm-outdated-charts

  • v0.0.0-20241027134706-c94e728306c4
  • Source
  • Go
  • Socket score

Version published
Created
Source

helm-outdated

Build status Go Report Card

Helm plugin to list and update outdated dependencies of a Helm chart. Originally forked and rewritten from UniKnow/helm-outdated

Features:
  • Check for outdated helm chart dependencies
  • Support for local (file://), OCI (oci://), and regular (https://) chart repositories
Future ideas:
  • Check for outdated image versions of public images in helm templates
helm plugin install https://github.com/romnn/helm-outdated-charts --version=main

# update with:
helm plugin update outdated

Alternatively, you can install and use the helm-outdated binary directly:

go install 'github.com/romnn/helm-outdated-charts/cmd/helm-outdated@main'

List outdated dependencies

helm outdated list ./path/to/chart/

Development

To use the provided tasks in taskfile.yaml, install task.

# view all available tasks
task --list-all
# install development tools
task dev:tools:install

After setup, you can use the following tasks during development:

task tidy
task run:race
task run:race -- list ./path/to/chart
task build:race
task build:executable # build helm-outdated executable
task test
task lint
task format

Acknowledgements

License

The project is licensed under the same license as UniKnow/helm-outdated.

FAQs

Package last updated on 27 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc