Skip to content

feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.4 ) - #393

Open
flkr-23[bot] wants to merge 1 commit into
mainfrom
renovate/csi-driver-nfs-4.x
Open

feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.4 )#393
flkr-23[bot] wants to merge 1 commit into
mainfrom
renovate/csi-driver-nfs-4.x

Conversation

@flkr-23

@flkr-23 flkr-23 Bot commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
csi-driver-nfs minor 4.11.04.13.4

Warning

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


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • 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 Mend Renovate CLI.

@flkr-23

flkr-23 Bot commented Oct 9, 2025

Copy link
Copy Markdown
Contributor Author
--- 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,13 +13,13 @@

     spec:
       chart: csi-driver-nfs
       sourceRef:
         kind: HelmRepository
         name: csi-driver-nfs
         namespace: flux-system
-      version: 4.11.0
+      version: 4.13.4
   install:
     remediation:
       retries: 3
   interval: 1h
   upgrade:
     cleanupOnFail: true

@flkr-23

flkr-23 Bot commented Oct 9, 2025

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: storage/csi-driver-nfs DaemonSet: storage/csi-nfs-node

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

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

   namespace: storage
   labels:
     app.kubernetes.io/instance: csi-driver-nfs
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: csi-driver-nfs
 spec:
+  revisionHistoryLimit: 10
   updateStrategy:
     rollingUpdate:
       maxUnavailable: 1
     type: RollingUpdate
   selector:
     matchLabels:
@@ -34,13 +35,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.19.0
         args:
         - --csi-address=/csi/csi.sock
         - --probe-timeout=3s
         - --http-endpoint=localhost:29653
         - --v=2
         imagePullPolicy: IfNotPresent
@@ -56,17 +57,19 @@

         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.17.0
         args:
         - --v=2
         - --csi-address=/csi/csi.sock
         - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
+        - --timeout=60s
+        - --http-endpoint=localhost:19809
         env:
         - name: DRIVER_REG_SOCK_PATH
           value: /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock
         - name: KUBE_NODE_NAME
           valueFrom:
             fieldRef:
@@ -74,12 +77,25 @@

         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: socket-dir
           mountPath: /csi
         - name: registration-dir
           mountPath: /registration
+        ports:
+        - name: healthz
+          containerPort: 19809
+          protocol: TCP
+        livenessProbe:
+          httpGet:
+            host: localhost
+            path: /healthz
+            port: healthz
+          initialDelaySeconds: 20
+          timeoutSeconds: 10
+          periodSeconds: 5
+          failureThreshold: 2
         resources:
           limits:
             memory: 100Mi
           requests:
             cpu: 10m
             memory: 20Mi
@@ -93,13 +109,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.4
         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

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

   labels:
     app.kubernetes.io/instance: csi-driver-nfs
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: csi-driver-nfs
 spec:
   replicas: 1
+  revisionHistoryLimit: 10
   selector:
     matchLabels:
       app: csi-nfs-controller
   strategy:
     type: Recreate
   template:
@@ -44,20 +45,20 @@

         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.3.0
         args:
         - -v=2
         - --csi-address=$(ADDRESS)
         - --leader-election
         - --leader-election-namespace=storage
         - --extra-create-metadata=true
-        - --feature-gates=HonorPVReclaimPolicy=true
+        - --feature-gates=VolumeAttributesClass=false
         - --timeout=1200s
         - --retry-interval-max=30m
         env:
         - name: ADDRESS
           value: /csi/csi.sock
         imagePullPolicy: IfNotPresent
@@ -73,19 +74,20 @@

         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.2.0
         args:
         - -csi-address=$(ADDRESS)
         - -v=2
         - -leader-election
         - --leader-election-namespace=storage
         - -handle-volume-inuse-error=false
+        - -feature-gates=VolumeAttributesClass=false
         env:
         - name: ADDRESS
           value: /csi/csi.sock
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: socket-dir
@@ -98,13 +100,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.6.0
         args:
         - --v=2
         - --csi-address=$(ADDRESS)
         - --leader-election-namespace=storage
         - --leader-election
         - --timeout=1200s
@@ -124,13 +126,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.19.0
         args:
         - --csi-address=/csi/csi.sock
         - --probe-timeout=3s
         - --http-endpoint=localhost:29652
         - --v=2
         imagePullPolicy: IfNotPresent
@@ -146,13 +148,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.4
         securityContext:
           privileged: true
           capabilities:
             add:
             - SYS_ADMIN
             drop:
@@ -165,12 +167,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

@flkr-23 flkr-23 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
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from ea5fe4e to 4bea132 Compare October 14, 2025 09:06
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from 4bea132 to 82a6d64 Compare January 22, 2026 14:11
@flkr-23 flkr-23 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
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from 82a6d64 to 00309d4 Compare February 2, 2026 14:15
@flkr-23 flkr-23 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
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from 00309d4 to c2e1802 Compare February 11, 2026 05:31
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from c2e1802 to 39deb45 Compare March 3, 2026 19:17
@flkr-23 flkr-23 Bot changed the title feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.1 ) feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.2 ) Apr 17, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from 39deb45 to 830ddaa Compare April 17, 2026 15:22
@flkr-23 flkr-23 Bot changed the title feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.2 ) feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.3 ) Jun 19, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from 830ddaa to e1f1352 Compare June 19, 2026 07:47
@flkr-23 flkr-23 Bot changed the title feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.3 ) feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.4 ) Jul 2, 2026
@flkr-23
flkr-23 Bot force-pushed the renovate/csi-driver-nfs-4.x branch from e1f1352 to 7e87f16 Compare July 2, 2026 11:27
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