From ae53c3fb2334d0977d0584b3889ca032fa07ce7c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 15 Jul 2024 09:32:01 +0100 Subject: [PATCH] feat(tools): add helmfile and helm-diff to global tools list --- config/mise/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index f6df6eb..5d02163 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -85,6 +85,8 @@ golangci-lint = "latest" goreleaser = "latest" hadolint = "latest" helm = "latest" +helm-diff = "latest" +helmfile = "latest" jq = "latest" k9s = "latest" kubectl = "latest"