Skip to content

doc: update new chart versions#1099

Merged
andyzhangx merged 4 commits intokubernetes-csi:masterfrom
andyzhangx:add-chart-versions3
Apr 17, 2026
Merged

doc: update new chart versions#1099
andyzhangx merged 4 commits intokubernetes-csi:masterfrom
andyzhangx:add-chart-versions3

Conversation

@andyzhangx
Copy link
Copy Markdown
Member

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
git checkout -b add-chart-versions3

sed -i 's/v4.13.1/v4.13.2/g' README.md
sed -i 's/v4.13.1/v4.13.2/g' docs/install-nfs-csi-driver.md
sed -i 's/4.13.1/4.13.2/g' charts/README.md

git diff

helm repo index charts --url=https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
git add charts deploy docs
$git_commit
git push origin add-chart-versions3

Does this PR introduce a user-facing change?:

none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 17, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 17, 2026
@k8s-ci-robot k8s-ci-robot requested review from carlory and gnufied April 17, 2026 12:57
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 17, 2026
@andyzhangx andyzhangx requested a review from Copilot April 17, 2026 12:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 regenerate charts/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.

Comment thread charts/index.yaml
Comment thread charts/v4.13.2/csi-driver-nfs/Chart.yaml
Comment thread charts/v4.13.2/csi-driver-nfs/values.yaml
Comment thread README.md
@andyzhangx
Copy link
Copy Markdown
Member Author

/retest

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread charts/v4.13.2/csi-driver-nfs/templates/storageclass.yaml Outdated
Comment thread charts/v4.13.2/csi-driver-nfs/values.yaml
Comment thread charts/v4.13.2/csi-driver-nfs/templates/csi-nfs-node.yaml Outdated
- 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
@andyzhangx andyzhangx merged commit 1494711 into kubernetes-csi:master Apr 17, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[GIT] Why v4.13.2 tag was removed from release-4.13 branch?

3 participants