From fc2771d63f9ad86f66eab0c79e871337d0e60c3b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 19 Feb 2026 09:42:35 +0000 Subject: [PATCH] Update dependency kubernetes-csi/volume-data-source-validator to v1.6.0 Signed-off-by: Mend Renovate --- hack/setup-kind-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/setup-kind-cluster.sh b/hack/setup-kind-cluster.sh index 04bf63c25..0151ce1bb 100755 --- a/hack/setup-kind-cluster.sh +++ b/hack/setup-kind-cluster.sh @@ -192,7 +192,7 @@ fi if [[ $KUBE_MINOR -ge 24 ]]; then # Volume Populators should work (AnyVolumeDataSource feature gate enabled by default) # Install the volume-data-source-validator (For validating PVC dataRefSource against known VolumePopulators) # renovate: datasource=github-releases depName=kubernetes-csi/volume-data-source-validator versioning=semver-coerced - TAG="v1.5.0" # https://github.com/kubernetes-csi/volume-data-source-validator/releases + TAG="v1.6.0" # https://github.com/kubernetes-csi/volume-data-source-validator/releases log "Deploying volume data source validator: ${TAG}" kubectl create -f "https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/${TAG}/client/config/crd/populator.storage.k8s.io_volumepopulators.yaml" kubectl create -f "https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/${TAG}/deploy/kubernetes/rbac-data-source-validator.yaml"