Skip to content

Commit

Permalink
upgrade cfs-client to 2.2.2 version
Browse files Browse the repository at this point in the history
Signed-off-by: chengyu-l <chengyu_l@126.com>
  • Loading branch information
chengyu-l committed Sep 30, 2020
1 parent cf33f4a commit 5eca91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/csi-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- name: kube-config
mountPath: /etc/kubernetes
- name: cfs-driver
image: chubaofs/cfs-csi-driver:2.2.1.030.0
image: chubaofs/cfs-csi-driver:2.2.2.030.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down Expand Up @@ -123,4 +123,4 @@ spec:
name: mountpoint-dir
- configMap:
name: csi-kube-config
name: kube-config
name: kube-config
4 changes: 2 additions & 2 deletions deploy/csi-node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: kube-config
mountPath: /etc/kubernetes
- name: cfs-driver
image: chubaofs/cfs-csi-driver:2.2.1.030.0
image: chubaofs/cfs-csi-driver:2.2.2.030.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down Expand Up @@ -112,4 +112,4 @@ spec:
name: mountpoint-dir
- configMap:
name: csi-kube-config
name: kube-config
name: kube-config

0 comments on commit 5eca91d

Please sign in to comment.