Your helm releases are outdated, aren't they? Now you can check!
This repository has been archived on 2024-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Nikolai Rodionov e7b2b89b0c Use dudo
2023-02-12 09:47:45 +01:00
.github/workflows temporary disable base build 2023-02-08 22:52:00 +01:00
dockerfiles Use dudo 2023-02-12 09:47:45 +01:00
examples first commit 2023-01-15 21:12:18 +01:00
scripts WIP 2023-01-25 12:54:22 +01:00
src Try building and add env flag 2023-02-07 12:15:34 +01:00
.dockerignore WIP 2023-01-25 12:54:22 +01:00
.gitignore first commit 2023-01-15 21:12:18 +01:00
Cargo.lock Make CDH great (...not again) (#3) 2023-01-16 21:05:07 +01:00
Cargo.toml Make CDH great (...not again) (#3) 2023-01-16 21:05:07 +01:00
Dockerfile Create a dockerfiles for base a helmfile 2023-02-06 22:19:43 +01:00
Makefile WIP 2023-01-25 12:54:22 +01:00
README.md Fix the download script and update README 2023-01-16 21:53:37 +01:00

Check Da Helm

Your helm releases are outdated, aren't they? Now you can check!

Version build Version container Stable container

What's this?

It's a simple command line tool that lets you check whether your helm releases (currently installed by helmfile or argo) are outdated or not. Why it's created? But the main reason why it's created, is a necessity to check if helm releases that you have installed in your cluster still exist in repos. Once Bitnami removed old charts from their main repo and, I believe, everybody needed then some time to understand what happened. So I decided to write this tool. I was checking helmfiles and testing if chart were still in repos. And in case something is broken, I would be notified in the morning. Of course, broken helm charts are something you'll eventually know about, but it just feels better to know about them with this simple cli.

Install

Dependencies

Depending on the tool you want to use cdm with, you must have either helmfile or argocd installed. And in any case you need to have helm

Download

Get executable from github releases

Prebuilt binaries exist for Linux x86_64 and MacOS arm64 and x86_64

Don't forget to add the binary to $PATH

$ curl https://raw.githubusercontent.com/allanger/check-da-helm/main/scripts/download_cdh.sh | bash
$ cdm -h

Build from source

  1. Build binary
$ cargo build --release
  1. Run gum help