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.
This commit is contained in:
Jim Myhrberg
2024-10-18 12:50:34 +01:00
parent 5990bc5975
commit 13ea7e419b

View File

@@ -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"