Skip to content

feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.1 )#519

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

feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.1 )#519
renovate[bot] wants to merge 1 commit intomainfrom
renovate/csi-driver-nfs-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

Package Update Change
csi-driver-nfs minor 4.11.04.13.1

Warning

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


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Oct 11, 2025

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

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

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

       nodeSelector:
         kubernetes.io/os: linux
       tolerations:
       - operator: Exists
       containers:
       - name: liveness-probe
-        image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
+        image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
         args:
         - --csi-address=/csi/csi.sock
         - --probe-timeout=3s
         - --http-endpoint=localhost:29653
         - --v=2
         imagePullPolicy: IfNotPresent
@@ -56,13 +56,13 @@

         securityContext:
           readOnlyRootFilesystem: true
           capabilities:
             drop:
             - ALL
       - name: node-driver-registrar
-        image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
+        image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
         args:
         - --v=2
         - --csi-address=/csi/csi.sock
         - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
         env:
         - name: DRIVER_REG_SOCK_PATH
@@ -93,13 +93,13 @@

           capabilities:
             add:
             - SYS_ADMIN
             drop:
             - ALL
           allowPrivilegeEscalation: true
-        image: registry.k8s.io/sig-storage/nfsplugin:v4.11.0
+        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.2.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.13.1
+        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.2.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
@@ -124,13 +124,13 @@

           mountPath: /csi
         securityContext:
           capabilities:
             drop:
             - ALL
       - name: liveness-probe
-        image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
+        image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
         args:
         - --csi-address=/csi/csi.sock
         - --probe-timeout=3s
         - --http-endpoint=localhost:29652
         - --v=2
         imagePullPolicy: IfNotPresent
@@ -146,13 +146,13 @@

         securityContext:
           readOnlyRootFilesystem: true
           capabilities:
             drop:
             - ALL
       - name: nfs
-        image: registry.k8s.io/sig-storage/nfsplugin:v4.11.0
+        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

@github-actions
Copy link

github-actions bot commented Oct 11, 2025

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

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

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

     spec:
       chart: csi-driver-nfs
       sourceRef:
         kind: HelmRepository
         name: csi-driver-nfs
         namespace: storage
-      version: 4.11.0
+      version: 4.13.1
   interval: 30m
   values:
     controller:
       replicas: 1
 

@renovate renovate bot changed the title feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.12.0 ) feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.12.1 ) Oct 14, 2025
@renovate renovate bot force-pushed the renovate/csi-driver-nfs-4.x branch from 0047e54 to 50db6e0 Compare October 14, 2025 10:53
@renovate renovate bot force-pushed the renovate/csi-driver-nfs-4.x branch from 50db6e0 to 46979d6 Compare January 8, 2026 18:37
@renovate renovate bot force-pushed the renovate/csi-driver-nfs-4.x branch from 46979d6 to cadfb2b Compare January 23, 2026 18:12
@renovate renovate bot changed the title feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.12.1 ) feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.0 ) Feb 2, 2026
@renovate renovate bot force-pushed the renovate/csi-driver-nfs-4.x branch from cadfb2b to bab5c02 Compare February 2, 2026 21:43
@renovate renovate bot changed the title feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.0 ) feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.1 ) Feb 11, 2026
@renovate renovate bot force-pushed the renovate/csi-driver-nfs-4.x branch from bab5c02 to 08acfc9 Compare February 11, 2026 04:52
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