-
Notifications
You must be signed in to change notification settings - Fork 37
feat: Update chart to allow updateStrategy to be parameterized #196
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
feat: Update chart to allow updateStrategy to be parameterized #196
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
Thank you for contribution!
@dkwon17 Any concerns ? |
@ianbabysre |
1 similar comment
@tolusha It's updated ! Sorry for the delay |
df47405
to
29b3f7d
Compare
29b3f7d
to
00d17e3
Compare
@tolusha i fixed the conflit and will do the same for the PR about tolerations and nodeSelector if you decide to accept this one ! Thank you for being so quick by the way ! |
Build 3.20 :: imagepuller_3.x/151: Console, Changes, Git Data |
Build 3.20 :: sync-to-downstream_3.x/8773: Console, Changes, Git Data |
Build 3.20 :: get-sources-rhpkg-container-build_3.x/8891: imagepuller : 3.x :: Failed in 66701147 : BREW:BUILD/STATUS:UNKNOWN |
Hello everyone
I'm opening a PR to update the chart and allow the updateStrategy of the Deployment to be configured.
This feature adds the following
Possibility to set a updateStrategy type to the Deployment. I left Recreate by default which what was in the chart
Let me know what you think.