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

feat: Allow the user to set the operator update strategy #450

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kaisoz
Copy link

@kaisoz kaisoz commented Nov 19, 2024

Configuring the update strategy in Helm deployments allows users to optimize rollouts for their specific needs. For example, using strategies like RollingUpdate can minimize downtime by updating pods incrementally, while Recreate might be preferable for certain scenarios where full restarts are needed to ensure consistency.

This PR enables users to set the deployment update strategy via the values.yaml file, enhancing flexibility.

@kaisoz kaisoz force-pushed the allow-update-strategy branch from fc92984 to aa25195 Compare November 19, 2024 12:58
@itay-grudev itay-grudev added the chart( operator ) Related to the operator (cloudnative-pg) chart label Nov 29, 2024
@itay-grudev itay-grudev self-requested a review as a code owner December 7, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( operator ) Related to the operator (cloudnative-pg) chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants