rstudio / helm

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

Change default deployment strategy for each product chart #439

Closed tnederlof closed 6 months ago

tnederlof commented 9 months ago

Each of the product helm charts has a default value of strategy.type: "RollingUpdate" which may not be appropriate since new product versions could have database migrations and don't support the rolling update style of running two product version simultaneously. We should consider changing this default to Recreate

edavidaja commented 9 months ago

see also: #424

NicholasRaymondiSpot commented 3 months ago

Valid suggestion, why was it closed?