helm-charts
helm-charts copied to clipboard
Enhancement Automatic Roll of Deployments
As a Nautobot Helm Deployment maintainer I am having inconsistent deployments depending on what values I change using helm upgrade
. It isn't breaking but it can be annoying.
Found a recommendation from the Helm Docs: https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
Seems like it would be straight forward to implement in this chart.
I couldn't find anywhere where it was utilizing this in any of the deployment charts eg. https://github.com/nautobot/helm-charts/blob/42413335dd84fe1e8fb6dc5cd11fdc27cda8c1f1/charts/nautobot/templates/celery-deployment.yaml#L8
But maybe it isn't needed 🤷🏻.
Submitting this for some extra 👀