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