From 574b0ad33248bfb2c21ef366d9ed8215cef4cc5e Mon Sep 17 00:00:00 2001 From: jwetzell Date: Fri, 14 Nov 2025 14:14:08 +0000 Subject: [PATCH] try updating csi images --- infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml b/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml index a434d35..03660f6 100644 --- a/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml +++ b/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml @@ -33,4 +33,7 @@ spec: secret: create: false storageClass: - create: true \ No newline at end of file + create: true + images: + provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0 + registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0