Skip to content

Commit 3e3151b

Browse files
committed
build(deps): update helm-docs from 1.12.0 to 1.14.2
1 parent 45de649 commit 3e3151b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \
7272

7373
# helm-docs generates documentation from helm charts.
7474
FROM apt-base as helm-docs
75-
ARG HELM_DOCS_VERSION=v1.12.0
75+
ARG HELM_DOCS_VERSION=v1.14.2
7676
RUN url="https://github.com/norwoodj/helm-docs/releases/download/$HELM_DOCS_VERSION/helm-docs_${HELM_DOCS_VERSION#v}_Linux_x86_64.tar.gz" ; \
7777
scurl "$url" | tar xzvf - -C /usr/local/bin helm-docs
7878

0 commit comments

Comments
 (0)