Skip to content

feat(helm): update chart csi-driver-nfs ( 4.12.1 ➔ 4.13.1 )#286

Open
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/csi-driver-nfs-4.x
Open

feat(helm): update chart csi-driver-nfs ( 4.12.1 ➔ 4.13.1 )#286
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/csi-driver-nfs-4.x

Conversation

@parsec-renovate
Copy link
Contributor

@parsec-renovate parsec-renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Update Change
csi-driver-nfs minor 4.12.14.13.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

--- kubernetes/apps/storage/csi-driver-nfs/app Kustomization: flux-system/csi-driver-nfs HelmRelease: storage/csi-driver-nfs

+++ kubernetes/apps/storage/csi-driver-nfs/app Kustomization: flux-system/csi-driver-nfs HelmRelease: storage/csi-driver-nfs

@@ -13,13 +13,13 @@

     spec:
       chart: csi-driver-nfs
       sourceRef:
         kind: HelmRepository
         name: csi-driver-nfs
         namespace: flux-system
-      version: 4.12.1
+      version: 4.13.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

--- HelmRelease: storage/csi-driver-nfs DaemonSet: storage/csi-nfs-node

+++ HelmRelease: storage/csi-driver-nfs DaemonSet: storage/csi-nfs-node

@@ -93,13 +93,13 @@

           capabilities:
             add:
             - SYS_ADMIN
             drop:
             - ALL
           allowPrivilegeEscalation: true
-        image: registry.k8s.io/sig-storage/nfsplugin:v4.12.1
+        image: registry.k8s.io/sig-storage/nfsplugin:v4.13.1
         args:
         - --v=5
         - --nodeid=$(NODE_ID)
         - --endpoint=$(CSI_ENDPOINT)
         - --drivername=nfs.csi.k8s.io
         - --mount-permissions=0
--- HelmRelease: storage/csi-driver-nfs Deployment: storage/csi-nfs-controller

+++ HelmRelease: storage/csi-driver-nfs Deployment: storage/csi-nfs-controller

@@ -44,13 +44,13 @@

         operator: Exists
       - effect: NoSchedule
         key: CriticalAddonsOnly
         operator: Exists
       containers:
       - name: csi-provisioner
-        image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
+        image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.0
         args:
         - -v=2
         - --csi-address=$(ADDRESS)
         - --leader-election
         - --leader-election-namespace=storage
         - --extra-create-metadata=true
@@ -73,13 +73,13 @@

         securityContext:
           readOnlyRootFilesystem: true
           capabilities:
             drop:
             - ALL
       - name: csi-resizer
-        image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
+        image: registry.k8s.io/sig-storage/csi-resizer:v2.0.0
         args:
         - -csi-address=$(ADDRESS)
         - -v=2
         - -leader-election
         - --leader-election-namespace=storage
         - -handle-volume-inuse-error=false
@@ -98,13 +98,13 @@

             memory: 20Mi
         securityContext:
           capabilities:
             drop:
             - ALL
       - name: csi-snapshotter
-        image: registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
+        image: registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0
         args:
         - --v=2
         - --csi-address=$(ADDRESS)
         - --leader-election-namespace=storage
         - --leader-election
         - --timeout=1200s
@@ -146,13 +146,13 @@

         securityContext:
           readOnlyRootFilesystem: true
           capabilities:
             drop:
             - ALL
       - name: nfs
-        image: registry.k8s.io/sig-storage/nfsplugin:v4.12.1
+        image: registry.k8s.io/sig-storage/nfsplugin:v4.13.1
         securityContext:
           privileged: true
           capabilities:
             add:
             - SYS_ADMIN
             drop:
@@ -165,12 +165,13 @@

         - --endpoint=$(CSI_ENDPOINT)
         - --drivername=nfs.csi.k8s.io
         - --mount-permissions=0
         - --working-mount-dir=/tmp
         - --default-ondelete-policy=delete
         - --use-tar-command-in-snapshot=false
+        - --enable-snapshot-compression=true
         env:
         - name: NODE_ID
           valueFrom:
             fieldRef:
               fieldPath: spec.nodeName
         - name: CSI_ENDPOINT

@parsec-renovate parsec-renovate bot changed the title feat(helm): update chart csi-driver-nfs ( 4.12.1 ➔ 4.13.0 ) feat(helm): update chart csi-driver-nfs ( 4.12.1 ➔ 4.13.1 ) Feb 11, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/csi-driver-nfs-4.x branch from 0044ea1 to 6c998aa Compare February 11, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants