You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \
72
72
73
73
# helm-docs generates documentation from helm charts.
74
74
FROM apt-base as helm-docs
75
-
ARG HELM_DOCS_VERSION=v1.12.0
75
+
ARG HELM_DOCS_VERSION=v1.14.2
76
76
RUN url="https://github.com/norwoodj/helm-docs/releases/download/$HELM_DOCS_VERSION/helm-docs_${HELM_DOCS_VERSION#v}_Linux_x86_64.tar.gz" ; \
77
77
scurl "$url" | tar xzvf - -C /usr/local/bin helm-docs
0 commit comments