MChorfa / porter-helm3

porter-helm3
Apache License 2.0
8 stars 10 forks source link

does not add helm3 repo update to dockerfile #9

Closed squillace closed 4 years ago

squillace commented 4 years ago

I'd love it if we could add the following line here: https://github.com/MChorfa/porter-helm3/blob/9324ef661a303a99e194e419173b41fb10761ddb/pkg/helm3/build.go#L82

--> fmt.Fprintf(m.Out, "\nRUN helm3 repo update)

so that AFTER adding all the repositories, we called repo UPDATE at build time, so that no one ever updates at runtime. What a waste that is.

MChorfa commented 4 years ago

Introduced in v0.1.9. The behavior is valid only for public repositories. The user still required to define and update private repositories at runtime