Skip to content

Commit a801268

Browse files
authored
Merge pull request #2684 from kubernetes-sigs/dalec-snapshot-1.33
[release-1.33] chore: upgrade to dalec image for snapshot container
2 parents 12e09ee + a81aebe commit a801268

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
-3 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ snapshot:
133133
enabled: false
134134
image:
135135
csiSnapshotter:
136-
repository: /oss/kubernetes-csi/csi-snapshotter
136+
repository: /oss/v2/kubernetes-csi/csi-snapshotter
137137
tag: v8.3.0
138138
pullPolicy: IfNotPresent
139139
csiSnapshotController:
140-
repository: /oss/kubernetes-csi/snapshot-controller
140+
repository: /oss/v2/kubernetes-csi/snapshot-controller
141141
tag: v8.3.0
142142
pullPolicy: IfNotPresent
143143
snapshotController:

deploy/csi-azurefile-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
drop:
6767
- ALL
6868
- name: csi-snapshotter
69-
image: mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.3.0
69+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-snapshotter:v8.3.0
7070
args:
7171
- "-v=2"
7272
- "-csi-address=$(ADDRESS)"

deploy/csi-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
effect: "NoSchedule"
4646
containers:
4747
- name: csi-snapshot-controller
48-
image: mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v8.3.0
48+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/snapshot-controller:v8.3.0
4949
args:
5050
- "--v=2"
5151
- "--leader-election=true"

0 commit comments

Comments
 (0)