From 7454ac3ee59e35a42669aa9a58c8a2df4367a2e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:40:21 +0000 Subject: [PATCH] chore(deps): update dependency helm to v3.16.2 --- charts/.mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/.mise.toml b/charts/.mise.toml index 4140c07..bfebc76 100644 --- a/charts/.mise.toml +++ b/charts/.mise.toml @@ -6,7 +6,7 @@ task = '3' # to have a set of simple commands for repetive task (and CI) # local kubernetes (k8s) # 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.16.1' # to deploy, check helm chart +helm = '3.16.2' # to deploy, check helm chart 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)