Skip to content

Commit aa8c6f8

Browse files
committed
Prevent 1.16 deployment from using canary provisioner and attacher images, and use new rbac rules for attacher
1 parent dba0a68 commit aa8c6f8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# The following canary images are known to be incompatible with this
22
# deployment:
33
csi-snapshotter
4+
csi-attacher
5+
csi-provisioner

deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: quay.io/k8scsi/csi-attacher:v2.2.0
43+
image: quay.io/k8scsi/csi-attacher:v3.0.0-rc1
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.18/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: quay.io/k8scsi/csi-attacher:v2.2.0
43+
image: quay.io/k8scsi/csi-attacher:v3.0.0-rc1
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)