milvus-helm
milvus-helm copied to clipboard
[milvus]Bump etcd version to 8.2.3
What this PR does / why we need it:
This pull request proposes an update to the etcd chart version in the charts/milvus/charts/etcd-6.3.3.tgz package. This addresses an issue with the existing PDB (Pod Disruption Budget) API version, which is currently set to policy/v1beta. This particular API version has been deprecated and removed in Kubernetes version 1.25 onwards.
To ensure compatibility with Kubernetes versions beyond 1.25, this pull request suggests bumping the etcd chart version to 8.2.3. The new version 8.2.3 provides the required PDB API version "policy/v1", which is compatible with Kubernetes versions 1.25 and later.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [x] Chart Version bumped
- [ ] Variables are documented in the README.md
- [x] Title of the PR starts with chart name (e.g.
[mychartname]) - [x] PR only contains changes for one chart
/assign @zwd1208 @LoveEachDay
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: vladwa To complete the pull request process, please ask for approval from loveeachday after the PR has been reviewed.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment