From 6243263f30fa8d5d6be5afe19422d4a42b22b72d Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Fri, 1 Jul 2022 04:36:56 +0000
Subject: [PATCH] chore(deps): update dependency norwoodj/helm-docs to v1.11.0

---
 cli/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/Dockerfile b/cli/Dockerfile
index d0b745f33..1635027d6 100644
--- a/cli/Dockerfile
+++ b/cli/Dockerfile
@@ -77,7 +77,7 @@ RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_l
 FROM registry.fedoraproject.org/fedora:35 as helm-docs
 
 # renovate: datasource=github-releases depName=norwoodj/helm-docs
-ARG HELM_DOCS_VERSION=v1.10.0
+ARG HELM_DOCS_VERSION=v1.11.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 \
-- 
GitLab