Hacker News new | ask | show | jobs
Show HN: Argazer – detect outdated Helm charts in ArgoCD applications (github.com)
2 points by kreicer 98 days ago
Hi HN,

I built Argazer after running into the problem of tracking outdated Helm charts used by ArgoCD applications in our Kubernetes clusters.

The tool connects to the ArgoCD API, extracts chart sources and checks whether newer versions are available in Git, Helm or OCI repositories.

It supports private repositories and can send notifications to Slack, Telegram or CI pipelines.

I also experimented with an AI-assisted workflow while building it, using different models for spec writing, task planning and code generation.

Would love feedback from people running ArgoCD in production.