Skip to content

Commit

Permalink
build(deps): update helm-docs from 1.12.0 to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Dec 5, 2024
1 parent 45de649 commit 3e3151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \

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

Expand Down

0 comments on commit 3e3151b

Please sign in to comment.