mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +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:jdx/usage" = "latest" # usage
|
||||||
"ubi:jwt-rs/jwt-ui" = { version = "latest", exe = "jwtui" } # jwtui
|
"ubi:jwt-rs/jwt-ui" = { version = "latest", exe = "jwtui" } # jwtui
|
||||||
"ubi:koalaman/shellcheck" = "latest" # shellcheck
|
"ubi:koalaman/shellcheck" = "latest" # shellcheck
|
||||||
"ubi:kubernetes-sigs/kustomize" = "latest" # kustomize
|
|
||||||
"ubi:mike-engel/jwt-cli" = { version = "latest", exe = "jwt" } # jwt
|
"ubi:mike-engel/jwt-cli" = { version = "latest", exe = "jwt" } # jwt
|
||||||
"ubi:mikefarah/yq" = "latest" # yq
|
"ubi:mikefarah/yq" = "latest" # yq
|
||||||
"ubi:mozilla/sccache" = "latest" # sccache
|
"ubi:mozilla/sccache" = "latest" # sccache
|
||||||
@@ -105,6 +104,7 @@ helm = "latest"
|
|||||||
jq = "latest"
|
jq = "latest"
|
||||||
kubectl = "latest"
|
kubectl = "latest"
|
||||||
kubectx = "latest"
|
kubectx = "latest"
|
||||||
|
kustomize = "latest"
|
||||||
lua = "latest"
|
lua = "latest"
|
||||||
node = "lts"
|
node = "lts"
|
||||||
python = "latest"
|
python = "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user