Skip to content

Commit

Permalink
Update version of k8s csi image (sodafoundation#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wisererik authored and sushanthakumar committed Jan 19, 2020
1 parent c1f3bf6 commit 8d514ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
serviceAccount: csi-attacher-block
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.1.1
image: quay.io/k8scsi/csi-attacher:v1.2.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand Down
4 changes: 2 additions & 2 deletions csi/deploy/kubernetes/block/csi-nodeplugin-opensdsplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
hostNetwork: true
containers:
- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
Expand Down Expand Up @@ -171,4 +171,4 @@ spec:
- name: hosts
hostPath:
path: /etc
type: Directory
type: Directory
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
serviceAccount: csi-provisioner-block
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.1.0
image: quay.io/k8scsi/csi-provisioner:v1.4.0
args:
- "--provisioner=csi-opensdsplugin-block"
- "--csi-address=$(ADDRESS)"
Expand Down Expand Up @@ -123,4 +123,4 @@ spec:
- name: certificate-path
hostPath:
path: /opt/opensds-security
type: DirectoryOrCreate
type: DirectoryOrCreate
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
serviceAccount: csi-snapshotter-block
containers:
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.1.0
image: quay.io/k8scsi/csi-snapshotter:v1.2.2
args:
- "--snapshotter=csi-opensdsplugin-block"
- "--csi-address=$(ADDRESS)"
Expand Down

0 comments on commit 8d514ba

Please sign in to comment.