doc: update new chart versions#1099
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Updates repository documentation and release artifacts to add/install the NFS CSI driver v4.13.2 and its corresponding Helm chart/manifests.
Changes:
- Update docs/README to reference v4.13.2 as the newest supported release.
- Add v4.13.2 install doc and v4.13.2
deploy/manifests (including snapshot CRDs/RBAC). - Add a v4.13.2 Helm chart (templates/values + packaged
.tgz) and regeneratecharts/index.yaml.
Reviewed changes
Copilot reviewed 27 out of 28 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Bumps the “Driver Version” table to reference v4.13.2. |
| docs/install-nfs-csi-driver.md | Updates the install doc index to link to the v4.13.2 guide. |
| docs/install-csi-driver-v4.13.2.md | Adds kubectl install/uninstall instructions for v4.13.2. |
| deploy/v4.13.2/storageclass.yaml | Adds versioned StorageClass example for v4.13.2. |
| deploy/v4.13.2/snapshotclass.yaml | Adds versioned VolumeSnapshotClass example for v4.13.2. |
| deploy/v4.13.2/rbac-snapshot-controller.yaml | Adds versioned RBAC for the snapshot-controller. |
| deploy/v4.13.2/rbac-csi-nfs.yaml | Adds versioned RBAC for CSI NFS controller/node service accounts and roles. |
| deploy/v4.13.2/csi-snapshot-controller.yaml | Adds versioned snapshot-controller Deployment manifest. |
| deploy/v4.13.2/csi-nfs-node.yaml | Adds versioned CSI NFS node DaemonSet manifest. |
| deploy/v4.13.2/csi-nfs-driverinfo.yaml | Adds versioned CSIDriver object manifest. |
| deploy/v4.13.2/csi-nfs-controller.yaml | Adds versioned CSI NFS controller Deployment manifest. |
| deploy/v4.13.2/crd-csi-snapshot.yaml | Adds versioned snapshot CRDs bundle. |
| charts/index.yaml | Regenerates Helm repo index metadata for published charts. |
| charts/charts/v4.13.2/csi-driver-nfs/values.yaml | Adds Helm values for v4.13.2 chart. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/storageclass.yaml | Adds StorageClass template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/snapshotclass.yaml | Adds VolumeSnapshotClass template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/rbac-snapshot-controller.yaml | Adds snapshot-controller RBAC template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/rbac-csi-nfs.yaml | Adds CSI NFS RBAC template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/csi-snapshot-controller.yaml | Adds snapshot-controller Deployment template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/csi-nfs-node.yaml | Adds CSI NFS node DaemonSet template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml | Adds CSIDriver template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/csi-nfs-controller.yaml | Adds CSI NFS controller Deployment template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/crd-csi-snapshot.yaml | Adds snapshot CRDs template. |
| charts/charts/v4.13.2/csi-driver-nfs/templates/_helpers.tpl | Adds shared Helm helper templates (labels/name). |
| charts/charts/v4.13.2/csi-driver-nfs/templates/NOTES.txt | Adds Helm post-install NOTES. |
| charts/charts/v4.13.2/csi-driver-nfs/Chart.yaml | Defines chart metadata for v4.13.2. |
| charts/charts/v4.13.2/csi-driver-nfs/.helmignore | Adds Helm ignore patterns for packaging. |
| charts/charts/v4.13.2/csi-driver-nfs-4.13.2.tgz | Adds the packaged chart archive for v4.13.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/retest |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 27 out of 28 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Move annotations key inside with block to avoid rendering null annotations - Restore nodeDriverRegistrar.livenessProbe.enabled default to true (matching v4.13.1) - Fix node DaemonSet dnsPolicy to use node.dnsPolicy instead of controller.dnsPolicy
What type of PR is this?
/kind documentation
What this PR does / why we need it:
doc: update new chart versions
Which issue(s) this PR fixes:
Fixes #1098
Special notes for your reviewer:
Details
Does this PR introduce a user-facing change?: