We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 634f901 + 815da96 commit 2ff68faCopy full SHA for 2ff68fa
Dockerfile
@@ -23,6 +23,7 @@ RUN tar -xvf helm-${HELM_VERSION}-linux-amd64.tar.gz
23
FROM alpine:3.12
24
COPY --from=helm /linux-amd64/helm /usr/local/bin/helm
25
RUN helm init --skip-refresh --client-only && \
26
+ helm repo update && \
27
mkdir -p /root/.helm/plugins/helm-convert
28
COPY plugin.yaml /root/.helm/plugins/helm-convert/plugin.yaml
29
COPY --from=build /go/helm-convert /root/.helm/plugins/helm-convert/helm-convert
0 commit comments