From 13ea7e419b12affeb596f3d04d62570dc4139ab1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 18 Oct 2024 12:50:34 +0100 Subject: [PATCH] fix(mise/tools): switch kustomize back to asdf plugin Due to the way releases are named in the repo, UBI can't always find the correct release. --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index a6a5337..06ca33c 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -79,7 +79,6 @@ show_tools = false "ubi:jdx/usage" = "latest" # usage "ubi:jwt-rs/jwt-ui" = { version = "latest", exe = "jwtui" } # jwtui "ubi:koalaman/shellcheck" = "latest" # shellcheck -"ubi:kubernetes-sigs/kustomize" = "latest" # kustomize "ubi:mike-engel/jwt-cli" = { version = "latest", exe = "jwt" } # jwt "ubi:mikefarah/yq" = "latest" # yq "ubi:mozilla/sccache" = "latest" # sccache @@ -105,6 +104,7 @@ helm = "latest" jq = "latest" kubectl = "latest" kubectx = "latest" +kustomize = "latest" lua = "latest" node = "lts" python = "latest"