Helm plugin to list and update outdated dependencies of a Helm chart, forked and rewritten from UniKnow/helm-outdated.
- Check for outdated helm chart dependencies
- Support for local (
file://), OCI (oci://), and regular (https://) chart repositories
- 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 outdatedAlternatively, you can install and use the helm-outdated binary directly:
go install 'github.com/romnn/helm-outdated-charts/cmd/helm-outdated@main'helm outdated list ./path/to/chart/To use the provided tasks in taskfile.yaml, install task.
# view all available tasks
task --list-all
# install development tools (requires brew/linuxbrew)
task dev:tools:installAfter 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- The now inactive UniKnow/helm-outdated project.
The project is licensed under the same license as UniKnow/helm-outdated.