Skip to content

Commit

Permalink
feat: upgrade the csi sidecar images to match the higher kubernetes v…
Browse files Browse the repository at this point in the history
…ersion

Signed-off-by: Huweicai <[email protected]>
  • Loading branch information
Huweicai committed Aug 31, 2022
1 parent e68ec1f commit cc98cf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions deploy/csi-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ spec:
app: cfs-csi-controller
spec:
serviceAccount: cfs-csi-service-account
serviceAccountName: cfs-csi-service-account
nodeSelector:
cubefs-csi-controller: enabled
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.6.0
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand All @@ -41,7 +42,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v2.0.0
image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand All @@ -60,7 +61,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: csi-resizer
image: quay.io/k8scsi/csi-resizer:v0.5.0
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
3 changes: 2 additions & 1 deletion deploy/csi-node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ spec:
app: cfs-csi-node
spec:
serviceAccount: cfs-csi-service-account
serviceAccountName: cfs-csi-service-account
nodeSelector:
cubefs-csi-node: enabled
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

0 comments on commit cc98cf7

Please sign in to comment.