mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user