younsl opened a new pull request, #207:
URL: https://github.com/apache/superset-kubernetes-operator/pull/207

   ## Summary
   
   The Helm chart never set `spec.revisionHistoryLimit` on the operator 
Deployment, so it silently inherited the Kubernetes default of 10 old 
ReplicaSets with no way to tune it. This adds a `revisionHistoryLimit` chart 
value (default `10`) wired to the manager Deployment, letting operators lower 
ReplicaSet retention in namespaces that redeploy the operator frequently.
   
   ## Details
   
   - Add `revisionHistoryLimit` to `values.yaml` (helm-docs annotated) and 
`values.schema.json`.
   - Set `spec.revisionHistoryLimit` from the value in 
`templates/deployment.yaml`.
   - Regenerate the chart `README.md` via `make helm-docs`.
   - Note the addition under Unreleased in `docs/reference/releases.md`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to