Skip to content

Commit 3d29a8a

Browse files
committed
use actual sidecar images
1 parent f433d84 commit 3d29a8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/controller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
dnsPolicy: ClusterFirstWithHostNet
2121
containers:
2222
- name: csi-provisioner
23-
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.5.0
23+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
2424
args:
2525
- "--csi-address=$(ADDRESS)"
2626
- "--v=2"
@@ -35,7 +35,7 @@ spec:
3535
mountPath: /var/lib/csi/sockets/pluginproxy/
3636

3737
- name: csi-attacher
38-
image: k8s.gcr.io/sig-storage/csi-attacher:v4.3.0
38+
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
3939
args:
4040
- "--v=2"
4141
- "--csi-address=$(ADDRESS)"
@@ -48,7 +48,7 @@ spec:
4848
mountPath: /var/lib/csi/sockets/pluginproxy/
4949

5050
- name: csi-resizer
51-
image: k8s.gcr.io/sig-storage/csi-resizer:v1.8.0
51+
image: registry.k8s.io/sig-storage/csi-resizer:v2.0.0
5252
args:
5353
- "--csi-address=$(ADDRESS)"
5454
- "--v=2"

deploy/node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
dnsPolicy: ClusterFirstWithHostNet
2020
containers:
2121
- name: node-driver-registrar
22-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.8.0
22+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
2323
args:
2424
- "--v=2"
2525
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)