feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.4 ) - #393
Open
flkr-23[bot] wants to merge 1 commit into
Open
feat(helm): update chart csi-driver-nfs ( 4.11.0 → 4.13.4 )#393flkr-23[bot] wants to merge 1 commit into
flkr-23[bot] wants to merge 1 commit into
Conversation
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 |
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
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
October 14, 2025 09:06
ea5fe4e to
4bea132
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
January 22, 2026 14:11
4bea132 to
82a6d64
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
February 2, 2026 14:15
82a6d64 to
00309d4
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
February 11, 2026 05:31
00309d4 to
c2e1802
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
March 3, 2026 19:17
c2e1802 to
39deb45
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
April 17, 2026 15:22
39deb45 to
830ddaa
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
June 19, 2026 07:47
830ddaa to
e1f1352
Compare
flkr-23
Bot
force-pushed
the
renovate/csi-driver-nfs-4.x
branch
from
July 2, 2026 11:27
e1f1352 to
7e87f16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.11.0→4.13.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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.
This PR has been generated by Mend Renovate CLI.