Skip to content

Wikiwix/argocd_outdated_apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argocd_outdated_apps

This tool allows to determine outdated ArgoCD Applications which are installed from public Helm charts, by inspecting the Application objects within the cluster.

Usage

# install the latest version from git
dart pub global activate --source="git" https://github.com/Wikiwix/argocd_outdated_apps.git
# `dart pub global run` is only necessary if the pub-cache is not in your Path
kubectl --namespace="argocd" get applications --output="yaml" | dart pub global run argocd_outdated_apps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages