wekan / charts

Wekan Helm Charts to deploy to Kubernetes
MIT License
3 stars 15 forks source link

feat: add updateStrategy #32

Closed geilername closed 6 months ago

geilername commented 6 months ago

Adding the possibility to change the updateStrategy on the Wekan Deployment.

Without the recreate strategy the deployment may get stuck when updating if using RWO PVCs.