Skip to content

Commit

Permalink
fix: run helm repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennetremel committed Sep 23, 2020
1 parent 634f901 commit 815da96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN tar -xvf helm-${HELM_VERSION}-linux-amd64.tar.gz
FROM alpine:3.12
COPY --from=helm /linux-amd64/helm /usr/local/bin/helm
RUN helm init --skip-refresh --client-only && \
helm repo update && \
mkdir -p /root/.helm/plugins/helm-convert
COPY plugin.yaml /root/.helm/plugins/helm-convert/plugin.yaml
COPY --from=build /go/helm-convert /root/.helm/plugins/helm-convert/helm-convert
Expand Down

0 comments on commit 815da96

Please sign in to comment.