Enable .env file load through mise #44

Merged
joao.dubas merged 2 commits from jpd-load-env-file into main 2024-05-07 12:28:42 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit d2b85742ff - Show all commits

View File

@ -199,6 +199,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
k3d \
k3sup \
k9s \
kind \
kubectl \
kubie \
lefthook \

View File

@ -12,6 +12,7 @@ helm = "3.14.3"
k3d = "5.6.0"
k3sup = "0.13.5"
k9s = "0.32.3"
kind = "0.22.0"
kubectl = "1.29.3"
kubie = "0.23.0"
lefthook = "1.6.7"