Skip to content

Conversation

@RisingOpsNinja
Copy link
Contributor

Add a Helm value to configure revisionHistoryLimit for the deployment. It is set to the Kubernetes default value of 10, so nothing changes for existing deployments.

You can set .spec.revisionHistoryLimit field in a Deployment to specify how many old ReplicaSets for this Deployment you want to retain. The rest will be garbage-collected in the background. By default, it is 10.

Source: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy

@Mart-Kuc Mart-Kuc merged commit 6be6905 into WeblateOrg:main Sep 1, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants