Skip to content

Conversation

@flkr-23
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
csi-driver-nfs minor 4.11.04.12.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.

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Oct 9, 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,13 +13,13 @@

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

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Oct 9, 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.12.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:v5.3.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:v1.14.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.3.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.12.1
         securityContext:
           privileged: true
           capabilities:
             add:
             - SYS_ADMIN
             drop:

@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
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.

1 participant