rstudio / helm

Helm Resources for RStudio Products
MIT License
36 stars 28 forks source link

Make "busybox" image configurable #537

Open TheKangaroo opened 3 months ago

TheKangaroo commented 3 months ago

Currently the post upgrade job in the pm chart uses a hardcoded busybox image.

Our infrastructure requires us to use a Docker Hub proxy in our setup and therefore we cannot run the post upgrade job with the busybox image at https://github.com/rstudio/helm/blob/main/charts/rstudio-pm/templates/post-upgrade-chown-job.yaml#L25

I have created a PR to make the image configurable with the busybox latest being the default.

I hope this is useful for others.