diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 33e0c9d9261b9ab46bc93c3a7974a62b0ed3eae2..25c16f367ee08fcce6fcabfb55e3bf2509fa7e60 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -110,7 +110,7 @@ helm-docs:
     FROM ../mirror+fedora
 
     # renovate: datasource=github-releases depName=norwoodj/helm-docs
-    ARG HELM_DOCS_VERSION=v1.12.0
+    ARG HELM_DOCS_VERSION=v1.13.0
     ENV HELM_DOCS_VERSION=${HELM_DOCS_VERSION}
 
     RUN curl -L https://github.com/norwoodj/helm-docs/releases/download/${HELM_DOCS_VERSION}/helm-docs_$(sed 's/^v//g' <<<${HELM_DOCS_VERSION})_Linux_x86_64.tar.gz | tar xvzf - helm-docs \