From ab31416e36bbe8d1dde2de4edd1861636421d135 Mon Sep 17 00:00:00 2001 From: Roman Hros Date: Tue, 3 Dec 2024 09:47:24 +0100 Subject: [PATCH] Update kubevirt csi-driver image (#187) Replace registry.dnation.cloud image with the latest official one Signed-off-by: Roman Hros --- .../cluster-addon/templates/csi-driver-tenant-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/kubevirt/alpha/1-29/cluster-addon/templates/csi-driver-tenant-template.yaml b/providers/kubevirt/alpha/1-29/cluster-addon/templates/csi-driver-tenant-template.yaml index 15c480c0..c7cde17a 100644 --- a/providers/kubevirt/alpha/1-29/cluster-addon/templates/csi-driver-tenant-template.yaml +++ b/providers/kubevirt/alpha/1-29/cluster-addon/templates/csi-driver-tenant-template.yaml @@ -206,7 +206,7 @@ spec: privileged: true allowPrivilegeEscalation: true imagePullPolicy: Always - image: registry.dnation.cloud/test-mg/kubevirt-csi-driver:latest + image: quay.io/kubevirt/kubevirt-csi-driver:latest args: - "--endpoint=unix:/csi/csi.sock" - "--node-name=$(KUBE_NODE_NAME)"