Skip to content

Commit

Permalink
fixed docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Sep 3, 2024
1 parent 1e25a22 commit e1d2d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HELM_IMAGE = alpine/helm:3.15.3
HELM_DOCS_IMAGE = jnorwood/helm-docs:v1.15.1-fork
HELM_DOCS_IMAGE = jnorwood/helm-docs:v1.15-fork
CT_IMAGE = quay.io/helmpack/chart-testing:v3.11.0
HELM?=helm-docker
CT?=ct-docker
Expand Down
5 changes: 4 additions & 1 deletion hack/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM golang:1.23-alpine
RUN \
apk add \
git && \
git clone --depth 1 https://github.com/AndrewChubatiuk/helm-docs --branch tohtml-func && \
git clone \
--depth 1 \
--branch tohtml-func \
https://github.com/AndrewChubatiuk/helm-docs && \
cd helm-docs && \
go build -o helm-docs ./cmd/helm-docs/... && \
mv helm-docs /bin/helm-docs

0 comments on commit e1d2d92

Please sign in to comment.