diff --git a/charts/.mise.toml b/charts/.mise.toml index ce3b4e5..4d4796b 100644 --- a/charts/.mise.toml +++ b/charts/.mise.toml @@ -7,7 +7,7 @@ task = '*' # to have a set of simple commands for repetive task (and CI) # docker = '*' # to build, to run containers, should be available for some of thoses tools # dive = '*' # to explore content of image container helm = '3.15.4' # to deploy, check helm chart -kubectl = '1.31.0' # to interact with k8s cluster +kubectl = '1.31.1' # to interact with k8s cluster ctlptl = '0.8' # to setup / manage local k8s (kind) cluster kind = '0.24.0' # to have a local k8s cluster (on top of docker) java = '*' # required by skaffold