Skip to content

andrewhertog/helm-chart-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-chart-checker

A tool to check helm installations on the current kubernetes context with its corresponding repository to see if the currently installed version is out of date

Currently only supports Flux v1 HelmReleases, with planned support for Argo Applications and Flux v2 HelmReleases

Usage

❯ go run main.go --help
Retrieve a list of HelmReleases from current context, and retrieve the latest version numbers from the corresponding Helm Repo

Usage:
  helm-chart-checker [flags]

Flags:
  -h, --help               help for helm-chart-checker
  -n, --namespace string   Namespace to look (default "default")
  -o, --only-out-of-date   Show only out of date charts

About

Gets latest version of installed helm charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages