Skip to content
New issue

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

Change helm chart default value for updateStrategy to RollingUpdate #420

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Change helm chart default value for updateStrategy to RollingUpdate #420

merged 1 commit into from
Aug 6, 2021

Conversation

dhoeld
Copy link
Contributor

@dhoeld dhoeld commented Aug 5, 2021

This change sets the default value for the DaemonSet updateStrategy to RollingUpdate to automatically update kured Pods on every change of the DaemonSet spec.

Fixes #413

@dhoeld dhoeld changed the title Change default value for updateStrategy to RollingUpdate on helm chart Change helm chart default value for updateStrategy to RollingUpdate Aug 5, 2021
@kingdonb
Copy link
Contributor

kingdonb commented Aug 5, 2021

Thank you for taking initiative and following up on my drive-by report!

Copy link
Member

@ckotzbauer ckotzbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR @dhoeld!
Could you please also change the value in the README of the chart? Then this should be ready to merge.

charts/kured/Chart.yaml Outdated Show resolved Hide resolved
Incrementally update Pods by default when changing the DaemonSet spec.

Fixes #413
@ckotzbauer ckotzbauer merged commit 6c9ee57 into kubereboot:main Aug 6, 2021
@dhoeld dhoeld deleted the helm-chart-use-rollingupdate-strategy branch August 9, 2021 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kured pods are not restarted on helm upgrade
3 participants