diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 813e826a8aab70c0069719b26be420d2b1dcb3c4..c4116b271650fd64e0f7adf811a93bf7e74f27fe 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.11.0
+    ARG HELM_DOCS_VERSION=v1.11.3
     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 \