We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any particular reason, why this is set to Recreate?
Recreate
uptime-kuma-helm/charts/uptime-kuma/values.yaml
Line 146 in 41f5e05
In general, the default value should be RollingUpdate to conform with the Kubernetes default values or is there something I don't understand?
RollingUpdate
The text was updated successfully, but these errors were encountered:
The git blame says it was configured by me. That means it was probably the default value issued when creating a new Helm Chart. https://github.com/dirsigler/uptime-kuma-helm/blame/41f5e05f97a124db74d4d4e05a32337dcd102df8/charts/uptime-kuma/values.yaml#L146 But you are right that RollingUpdate is the default value set by Kubernetes itself.
If you want to configure anything else you can open a new PR with changes to set a custom value, else I can also add such change.
Sorry, something went wrong.
dirsigler
Successfully merging a pull request may close this issue.
Any particular reason, why this is set to
Recreate
?uptime-kuma-helm/charts/uptime-kuma/values.yaml
Line 146 in 41f5e05
In general, the default value should be
RollingUpdate
to conform with the Kubernetes default values or is there something I don't understand?The text was updated successfully, but these errors were encountered: