diff --git a/cli/Dockerfile b/cli/Dockerfile
index e720af2a53169c67d275e9eb07540a1012a90d0b..63eb0c4100758a8a5a87755ed5ad13239f8466c1 100644
--- a/cli/Dockerfile
+++ b/cli/Dockerfile
@@ -18,7 +18,7 @@ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubec
 FROM registry.fedoraproject.org/fedora:35 as helm
 
 # renovate: datasource=github-releases depName=helm/helm
-ARG HELM_VERSION=v3.8.1
+ARG HELM_VERSION=v3.8.2
 ENV HELM_VERSION=${HELM_VERSION}
 
 RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar xvzf - linux-amd64/helm --strip-components=1 \