Skip to content

Commit

Permalink
Merge pull request #36 from chengyu-l/csi-spec-v0.3.0
Browse files Browse the repository at this point in the history
upgrade cfs-client to 2.2.2 version
  • Loading branch information
mervinkid committed Oct 23, 2020
2 parents 98a4cf5 + 5eca91d commit 2dd8641
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 2dd8641

Please sign in to comment.