From 0214e341deb190989c1b3c1c5540eb6f2a6c8295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:03:10 +0000 Subject: [PATCH] chore(deps): update dependency kind to v0.24.0 --- charts/.mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/.mise.toml b/charts/.mise.toml index 3ce5ac3..a5ac67f 100644 --- a/charts/.mise.toml +++ b/charts/.mise.toml @@ -9,6 +9,6 @@ task = '*' # to have a set of simple commands for repetive task (and CI) helm = '3.15.3' # to deploy, check helm chart kubectl = '1.31.0' # to interact with k8s cluster ctlptl = '0.8' # to setup / manage local k8s (kind) cluster -kind = '0.23.0' # to have a local k8s cluster (on top of docker) +kind = '0.24.0' # to have a local k8s cluster (on top of docker) java = '*' # required by skaffold skaffold = '2' # to have simple watch flow to build container, to publish container on local k8s registry, to deploy helm chart with new container