From 2116c93cc424149278164a82a9881a76bb92bd92 Mon Sep 17 00:00:00 2001 From: Nick Neisen <5108029+nwneisen@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:28:26 -0600 Subject: [PATCH] Add helm diff installation to README (#2170) Add helm-diff to install section Signed-off-by: Nick Neisen --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25283149..90fabd10 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ Helmfile is a declarative spec for deploying helm charts. It lets you... * Apply CI/CD to configuration changes. * Periodically sync to avoid skew in environments. -To avoid upgrades for each iteration of `helm`, the `helmfile` executable delegates to `helm` - as a result, `helm` must be installed. +To avoid upgrades for each iteration of `helm`, the `helmfile` executable delegates to `helm` - as a result, the following must be installed +- [helm](https://helm.sh/docs/intro/install/) +- [helm-diff](https://github.com/databus23/helm-diff) ## Highlights