Skip to content

Commit 2ff68fa

Browse files
Merge pull request #33 from ContainerSolutions/helm-repo-update
fix: run helm repo update
2 parents 634f901 + 815da96 commit 2ff68fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN tar -xvf helm-${HELM_VERSION}-linux-amd64.tar.gz
2323
FROM alpine:3.12
2424
COPY --from=helm /linux-amd64/helm /usr/local/bin/helm
2525
RUN helm init --skip-refresh --client-only && \
26+
helm repo update && \
2627
mkdir -p /root/.helm/plugins/helm-convert
2728
COPY plugin.yaml /root/.helm/plugins/helm-convert/plugin.yaml
2829
COPY --from=build /go/helm-convert /root/.helm/plugins/helm-convert/helm-convert

0 commit comments

Comments
 (0)