Skip to content

Commit 580b863

Browse files
committed
chore: migrate csi driver sidecar images to dalec images
1 parent c7e33c3 commit 580b863

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-5 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
tag: v1.26.5
66
pullPolicy: IfNotPresent
77
csiProvisioner:
8-
repository: /oss/kubernetes-csi/csi-provisioner
8+
repository: /oss/v2/kubernetes-csi/csi-provisioner
99
tag: v5.2.0
1010
pullPolicy: IfNotPresent
1111
livenessProbe:

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
effect: "NoSchedule"
3838
containers:
3939
- name: csi-provisioner
40-
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.2.0
40+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-provisioner:v5.2.0
4141
args:
4242
- "-v=2"
4343
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)