From cac40dcdbf5250ed6463e3a0eb243ab9d32b7bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:41:34 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/csi-provisioner docker tag to v3.6.4 --- cluster/apps/core/iscsi/values.yaml | 2 +- cluster/apps/core/nfs/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/core/iscsi/values.yaml b/cluster/apps/core/iscsi/values.yaml index c5b4483..e879289 100644 --- a/cluster/apps/core/iscsi/values.yaml +++ b/cluster/apps/core/iscsi/values.yaml @@ -125,7 +125,7 @@ democratic-csi: # https://kubernetes-csi.github.io/docs/external-provisioner.html externalProvisioner: enabled: true - image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.4 args: - --v=5 - --leader-election diff --git a/cluster/apps/core/nfs/values.yaml b/cluster/apps/core/nfs/values.yaml index b9de033..9c680e9 100644 --- a/cluster/apps/core/nfs/values.yaml +++ b/cluster/apps/core/nfs/values.yaml @@ -98,7 +98,7 @@ democratic-csi: # https://kubernetes-csi.github.io/docs/external-provisioner.html externalProvisioner: enabled: true - image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.4 args: - --v=5 - --leader-election