Skip to content

Commit

Permalink
Update kubevirt csi-driver image (#187)
Browse files Browse the repository at this point in the history
Replace registry.dnation.cloud image with the latest official one

Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
  • Loading branch information
chess-knight authored Dec 3, 2024
1 parent 0079d25 commit ab31416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit ab31416

Please sign in to comment.