diff --git a/charts/.mise.toml b/charts/.mise.toml index 2fbc889..eaf412b 100644 --- a/charts/.mise.toml +++ b/charts/.mise.toml @@ -3,7 +3,7 @@ # docker = "latest" # to build, to run containers, should be available for some of thoses tools # dive = "latest" # to explore content of image container helm = "3" # to check helm chart -kubectl = "1.31" # to interact with k8s cluster +kubectl = "1.32.0" # to interact with k8s cluster # TODO upgrade version only if change in the context of the Dockerfile # TODO sign container (see ) diff --git a/demos/.mise.toml b/demos/.mise.toml index b47fd38..46fd798 100644 --- a/demos/.mise.toml +++ b/demos/.mise.toml @@ -4,7 +4,7 @@ CLUSTER_NAME = "kind-local" [tools] # docker = "latest" # to build, to run containers, should be available for some of thoses tools "ubi:cdviz-dev/cdviz-collector" = "latest" -kubectl = "1.31" # to interact with k8s cluster +kubectl = "1.32.0" # to interact with k8s cluster ctlptl = "0.8" # to setup / manage local k8s (kind) cluster kind = "0.25.0" # to have a local k8s cluster (on top of docker) "ubi:helmwave/helmwave" = { version = "0.41", matching = "helmwave" }