From e458653f223eb2e87fa2425dc9c82935c3b5b03d Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 26 Feb 2026 14:05:41 +0100 Subject: [PATCH] rebase: use csi-provisioner:canary to support VolumeAttributesClass NFS supports changing the NFS-server hostname through VolumeAttributesClass on Kubernetes 1.35 and newer. The external-provisioner needs to annotate PVs with a reference to a Secret so that the external-resizer can update the requested parameters. There is no released version of the external-provisioner available yet that includes this functionality. Until then, we need to use the `:canary` tagged version. See-also: kubernetes-csi/external-provisioner#1440 Signed-off-by: Niels de Vos --- build.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.env b/build.env index 08a950965cf..da21bc11b9a 100644 --- a/build.env +++ b/build.env @@ -66,7 +66,9 @@ K8S_IMAGE_REPO=gcr.io/k8s-staging-sig-storage CSI_ATTACHER_VERSION=v4.11.0 CSI_SNAPSHOTTER_VERSION=v8.5.0 CSI_RESIZER_VERSION=v2.1.0 -CSI_PROVISIONER_VERSION=v6.1.1 +# use csi-provisioner:canary until kubernetes-csi/external-provisioner#1440 is +# part of a released version +CSI_PROVISIONER_VERSION=canary CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.16.0 # e2e settings